requesting-code-review
Manual, structured code review process via chat to verify logic and requirements before final submission.
Install
mkdir -p .claude/skills/requesting-code-review-annguyenduc && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13579" && unzip -o skill.zip -d .claude/skills/requesting-code-review-annguyenduc && rm skill.zipInstalls to .claude/skills/requesting-code-review-annguyenduc
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when completing tasks, implementing major features, or before merging to verify work meets requirementsKey capabilities
- →Prepare clean diffs by running `git diff` locally.
- →Present the clean code comparison directly in the chat.
- →Categorize the impact of findings as Critical, Important, or Minor.
- →Request review after completing a Spec/Implementation Plan or complex task.
- →Request review before reporting a major task as DONE.
How it works
This skill guides the user to prepare a clean diff of local changes, categorize their impact, and present them for manual code review in the chat.
Inputs & outputs
When to use requesting-code-review
- →Review completed tasks
- →Verify implementation before merge
- →Identify missing edge cases
About requesting-code-review
This skill enforces a disciplined manual code review process. It requires preparing clean diffs and categorizing findings into critical, important, or minor issues before marking a task as done.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
When not to use it
- →When skipping review for 'simple tasks'.
- →When merging or finalizing completion while the test suite is not green.
Limitations
- →The review process is performed manually via chat.
- →The skill forbids automatic commit/push.
- →The skill prohibits merging or finalizing completion if the test suite is not green.
How it compares
This skill enforces a manual, chat-based code review process with explicit diff preparation and impact categorization, unlike automated code review tools.
Compared to similar skills
requesting-code-review side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| requesting-code-review (this skill) | 0 | 2mo | No flags | Beginner |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| dependency-upgrade | 26 | 5mo | Review | Intermediate |
| git-commits | 21 | 4mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
git-commits
bonny
Create well-structured git commits in logical chunks following best practices
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
github-multi-repo
ruvnet
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
git-workflow-enforcer
CrazyDubya
Ensures commits follow conventional commits, branch naming conventions, and PR templates. Use when creating commits, branches, or PRs, or when user mentions git workflow.