agile-scan-review
Installation
SKILL.md
Scan Review
Use this skill to review changed code with focus on quality, risk, and project coherence.
Initial context received via slash: $ARGUMENTS
If $ARGUMENTS is filled, treat that text as the branch, files, or scope of the review.
If $ARGUMENTS is empty, analyze the changed files in the current working tree.
Mandatory Checklist
Apply the code-review rule checklist from ~/.agents/rules/code-review.md:
Security
- Inputs validated and sanitized
- No SQL injection, XSS, command injection, or SSRF
- No hardcoded secrets
- Authentication and authorization correct when applicable
- Sensitive data not exposed in logs or responses