Code Quality Pack
Ship better code: review, quality-writing, and refactoring skills plus the PR-reviewer and test-writer agents.
npx @aiskillet/cli add code-quality-pack --target claude-code
Install once: npm i -g @aiskillet/cli โ then it works in whatever tool you use.
The same skill, compiled to each target's native format.
What's inside 5
One install adds every capability below โ each also available on its own.
Review a diff for correctness, security, and clarity in priority order, and leave specific, actionable comments. Use when reviewing a PR or self-reviewing before pushing.
Write correct, clear, change-safe code and prove it with tests that actually pin behavior. Use when implementing a feature or fix, refactoring, or deciding what to test.
Improve code structure without changing behavior โ safe, incremental moves backed by tests. Use when code is hard to change or before adding a feature to messy code.
Reviews a pull request for correctness, security, and clarity, and leaves prioritized, actionable comments. Use to review changes before merge.
Writes focused, meaningful tests โ covering the contract, edges, and error paths, and verifying each test can actually fail. Use to add or backfill tests.
- Author
- @aiskillet
- Source
- aiskillet/cookbook/tree/main/plugins/code-quality-pack
- Targets
- claude-code
- License
- MIT
- Tags
- coding, quality, bundle