code-review-mastery

Solid

Use 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 167 stars 29 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
74
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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
today
Language
MDX
License
MIT

Similar Skills

Semantically similar based on skill content โ€” not just same category

Code & Development Listed

code-review-mastery

Use 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".

3 Updated today
Samuelca6399
Code & Development Listed

code-reviewer

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

335 Updated today
aiskillstore
Code & Development Listed

code-reviewer

Performs thorough code review on local changes or PRs. Use this skill proactively after implementing code changes to catch issues before commit/push. Also use when reviewing PRs from other engineers.

2 Updated today
wpfleger96
Code & Development Solid

code-review

Run a comprehensive code review on local source files. Use this skill when the user asks to review, audit, inspect, evaluate, or check code โ€” or when they ask to make sure, verify, or validate that code follows good coding standards, is free of errors or bugs, has sufficient test coverage, or meets best practices, even if they never use the word "review." Triggers for any request to assess code quality, correctness, or security of specific files, directories, or the current branch. Also use when the user invokes /code-review directly. Works on git branches (reviewing changed files against the default branch) or on specified files and directories when git is not available. Does not post comments to GitHub pull requests โ€” use post-code-review-to-pr for that. Does not analyze architectural structure or module boundaries โ€” use architectural-analysis for that. Does not capture feedback on Han's own skills โ€” use han-feedback for that.

69 Updated 2 days ago
testdouble
Code & Development Listed

code-review

Reviews pull requests, git diffs, branches, and code changes for bugs, regressions, repository guideline violations, and high-confidence risks. Use when the user asks for a code review, PR review, pull request review, review of changes, review this diff, or wants automated review feedback before merge. For GitHub pull requests, requires the GitHub CLI (`gh`) authenticated in the target repository.

1 Updated today
Firzus