code-review-mastery
SolidUse this skill when the user asks to review their local git changes, staged or unstaged diffs, or wants a code review before committing. Triggers on "review my changes", "review staged", "review my diff", "check my code", "code review local changes", "review unstaged", "review before commit".
Code & Development 164 stars
28 forks Updated yesterday MIT
Install
Quality Score: 92/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
When this skill is activated, always start your first response with the ๐งข emoji.
# Local Diff Code Review
This skill reviews your local git changes (staged or unstaged) with
project-aware analysis. It gathers project context - lint rules, conventions,
framework patterns - then produces structured `[MAJOR]` / `[MINOR]` findings
you can work through interactively.
---
## When to use this skill
Trigger this skill when the user:
- Asks to review their local changes, staged changes, or unstaged changes
- Says "review my diff", "check my code", "code review before commit"
- Wants a quality check on what they're about to commit or push
- Asks "what's wrong with my changes" or "anything I should fix before committing"
Do NOT trigger this skill for:
- Reviewing remote PRs or GitHub links (use a PR review tool instead)
- Writing or refactoring code from scratch
- Architecture discussions not tied to a specific set of changes
- General code quality advice without a concrete diff to review
---
## Key principles
1. **Review the code, not the person** - Findings are about the change, not
the author. Frame issues as observations, not judgments.
2. **Prioritize by impact** - Security > Correctness > Performance > Design >
Readability > Convention. Spend most analysis time at the top of this list.
3. **Two-tier severity** - Every finding is either `[MAJOR]` (must fix) or
`[MINOR]` (consider fixing). No ambiguity, no middle ground.
4. **Respect project conventions** - Rea...
Details
- Author
- AbsolutelySkilled
- Repository
- AbsolutelySkilled/AbsolutelySkilled
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- MDX
- License
- MIT
Related Skills
Code & Development Featured
clean-code
This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean."
38,979 Updated today
sickn33 Code & Development Featured
code-reviewer
Elite code review expert specializing in modern AI-powered code
38,979 Updated today
sickn33 Code & Development Featured
django-perf-review
Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.
38,979 Updated today
sickn33