Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.
67
84%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Status: Stable
A PR with three open review threads — one actionable fix, one informational, one not applicable.
The /platform-skills:triage --all command classifies each, applies the fix, replies on every thread, and resolves them all in one pass.
PR #42 adds a new payment-api Deployment. Three reviewer comments are open:
| Comment | Classification | Action |
|---|---|---|
"Missing securityContext — container runs as root" | ACTIONABLE_FIX | Adds pod + container securityContext, commits, resolves thread |
| "Consider adding a PodDisruptionBudget for HA" | INFORMATIONAL | Replies explaining the trade-off, resolves thread |
| "Why not use Knative here?" | NOT_APPLICABLE | Replies that Knative is out of scope, resolves thread |
# Triage all open threads on PR 42
/platform-skills:triage --all 42
# Triage a single comment
/platform-skills:triage 42 <comment-id>
# Get comment IDs
gh api repos/nitinjain999/platform-skills/pulls/42/comments --jq '.[].id'gh CLIACTIONABLE_FIX — reads the file, applies the minimal fix, commits with [skip ci]deployment.yaml — the original file with missing securityContext (what the PR adds)deployment-fixed.yaml — the file after triage applies the actionable fixUse $platform-skills to triage all open review comments on this PR.
Classify each as ACTIONABLE_FIX, INFORMATIONAL, or NOT_APPLICABLE.
Apply safe fixes only. Reply on every thread. Resolve all threads..claude-plugin
.github
commands
docs
examples
agent-self-improve
argocd
awesome-docs
aws
cloudfront
functions
lambda-edge
functions
azure
compliance
conventional-commits
datadog
llm-observability
demo
documentation
dora
dynatrace
fluxcd
github-actions
composite-actions
configure-cloud
db-migrate
docker-build-push
k8s-deploy
notify-slack
pr-comment
release-tag
security-scan
setup-env
setup-terraform
terraform-plan
helm
web-service
templates
kubernetes
kyverno
mcp
observability
openshift
pr-review
ownership
runtime-security
supply-chain
terraform
references
scripts
skills
platform-skills
tests