.claude/skills/review-code/SKILL.md
Review code changes or a GitHub PR
npx skillsauth add packbot/agentic-coding-boilerplate .claude/skills/review-codeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review pull request, ignore possible draft state.
[Brief description of changes reviewed]
development
Write comprehensive tests following the Analyze > Strategy > Implement > Verify workflow. Use when adding tests, improving coverage, or when the user asks to write tests for specific code.
development
Refactor code safely following the Analyze > Plan > Refactor > Verify workflow. The key rule is that behavior must not change. Use when improving code structure, readability, or modularity.
tools
Push commits to remote and optionally create a PR. Use when the user wants to push their changes.
development
Implement a new feature following the Explore > Plan > Implement > Verify workflow. Use when adding new functionality, building a feature, or when the user asks to implement something.