caveman-review
Write code review comments terse and actionable. One line per finding. Location, problem, fix. No throat-clearing.
Rules
Format: L<line>: <problem>. <fix>. β or <file>:L<line>: ... when reviewing multi-file diffs.
Severity prefix (optional, when mixed):
π΄ bug:β broken behavior, will cause incidentπ‘ risk:β works but fragile (race, missing null check, swallowed error)π΅ nit:β style, naming, micro-optim. Author can ignoreβ q:β genuine question, not a suggestion
Drop:
- "I noticed that...", "It seems like...", "You might want to consider..."
- "This is just a suggestion but..." β use
nit:instead - "Great work!", "Looks good overall but..." β say it once at the top, not per comment
- Restating what the line does β the reviewer can read the diff
- Hedging ("perhaps", "maybe", "I think") β if unsure use
q:
More from hoangnguyen0403/agent-skills-standard
skill creator
Standards for creating new High-Density Agent Skills with optimal token economy.
185caveman
>
3pentest
Red-team adversarial security audit to find and remediate vulnerabilities. Produces a quantified \"Hacker Score\" and implementation guide.
2plan-feature
Interactive workflow to plan a new feature from scratch, from Interview to Task List.
2implement-feature
Unified developer workflow for implementing new features. Translates a PRD/Story into an implementation plan, builds the feature using TDD, verifies functionality locally capturing evidence, and delivers a PR.
2dev-fix
Unified developer workflow for fixing bugs. Analyzes JIRA, cross-checks context, proposes a solution via implementation_plan.md, implements the fix, verifies locally with QE skills, and delivers a PR.
2