common-agent-guardrail…
Define deterministic guardrails for agent tool calls — protected paths, test-file locks during bug fixes, post-edit formatters, production approval gates,…
Define a repository review policy fixing what each review pass checks, how severities rank, which paths are skipped, the nit cap, and who approves. Use when review findings feel inconsistent or noisy, or when tuning an automated reviewer.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --skill common-review-policy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/common-review-policyContext preview
The summary Claude sees to decide when to auto-load this skill.
Define a repository review policy fixing what each review pass checks, how severities rank, which paths are skipped, the nit cap, and who approves. Use when review findings feel inconsistent or noisy, or when tuning an automated reviewer.
name: common-review-policy
description: Define a repository review policy fixing what each review pass checks, how severities rank, which paths are skipped, the nit cap, and who approves. Use when review findings feel inconsistent or noisy, or when tuning an automated reviewer.
metadata:
triggers:
files:
- "docs/review-policy.md"
- "REVIEW.md"
- "CODEOWNERS"
keywords:
- review policy
- severity ladder
- review noise
- nit cap
- review tuning
- who approvesEvery pull request gets the same passes in the same order. A review that varies by reviewer or by day is not a control.
Declare the passes and their order. Each pass names what it checks and what it explicitly ignores.
| Pass | Checks | Out of scope | | --- | --- | --- | | Correctness | logic, edge cases, requirement coverage | style | | Security | injection, secrets, authorization, trust boundaries | theoretical risk with no path | | Tests | new logic covered, failure paths asserted | coverage percentage targets | | Compliance | audit, data classification, licence | product decisions |
When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
Define deterministic guardrails for agent tool calls — protected paths, test-file locks during bug fixes, post-edit formatters, production approval gates,…
Draws architecture diagrams as editable draw.io files with a fixed house style, C4 levels, evidence-tagged shapes, and optional multi-view identity checks. Use…
Enforce SOLID principles, guard-clause style, function size limits, and intention-revealing naming across all languages. Use when refactoring for readability,…
Standardize BRD and BRD-lite discovery for business goals, stakeholder impact, current-to-future state, and measurable value outcomes. Use when creating BRD,…
Conduct high-quality, persona-driven code reviews. Use when reviewing PRs, critiquing code quality, or analyzing changes for team feedback.
Maximize context window efficiency, reduce latency, and prevent lost-in-middle issues through strategic masking and compaction. Use when token budgets are…