RE

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.zip

Installs 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 requirements
107 chars✓ has a “when” trigger
Beginner

Key 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

You give it
Local code changes and a completed task or plan.
You get back
A clean diff presented in chat with categorized impact, and a request for code review.

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.

SkillInstallsUpdatedSafetyDifficulty
requesting-code-review (this skill)02moNo flagsBeginner
resolve-conflicts818moReviewIntermediate
dependency-upgrade265moReviewIntermediate
git-commits214moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry