Enhance existing workflows, add 3 new workflows, CI, prompts, and scripts#6
Merged
Conversation
added 2 commits
May 14, 2026 10:33
Workflows: - helm-chart-review: Helm chart best practices review (kubernetes/) - secrets-leak-scan: git history secret scanner (security/) - incident-triage: guided first 15 min of an incident (observability/) Improvements: - aws-account-audit: FAST=yes mode for large accounts - aws-cost-quickscan: DEEP=yes for EC2/RDS CPU utilization - terraform-plan-review: Step 0 plan generation commands - k8s-debug: enhanced logs, restart timeline, HPA checks Prompts: - pr-description.md - explain-like-a-senior.md Scripts: - aws-whoami.sh - stale-branches.sh Repo: - GitHub Actions CI (lint, link check, frontmatter validation) - CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Extends the repo from 14 to 17 workflows, improves 4 existing workflows based on real-world usage, adds 2 prompts, 2 scripts, GitHub Actions CI, and a CHANGELOG.
New workflows
/helm-chart-review/secrets-leak-scan/incident-triageImproved workflows
/aws-account-auditFAST=yesinput to skip slow per-policy IAM loops on large enterprise accounts (>1000 roles). Restructured Step 3 with bulk checks always + deep scan opt-in/aws-cost-quickscanDEEP=yesinput and new Step 9 for per-instance EC2/RDS CPU utilization analysis via CloudWatch/terraform-plan-review/k8s-debugNew prompts
New scripts
Repo polish
Testing
/aws-account-auditFAST mode logic verified against real run data from account 302584366770 (4,572 roles, 2,261 policies)/aws-cost-quickscanDEEP mode commands tested for syntax correctness/k8s-debugimprovements based on real cluster debugging sessions (RKE2 clusters)Risk