Agent Skill
2/7/2026

requesting-code-review

Use this skill when requesting review for completed work to ensure the reviewer has context, evidence, and clear focus areas.

M
mcj
0GitHub Stars
1Views
npx skills add mcj-coder/agent-skills

SKILL.md

Namerequesting-code-review
DescriptionUse this skill when requesting review for completed work to ensure the reviewer has context, evidence, and clear focus areas.

name: requesting-code-review description: > Use this skill when requesting review for completed work to ensure the reviewer has context, evidence, and clear focus areas.

Requesting Code Review

Intent

Make reviews effective by providing context, evidence, and a clear checklist before asking for feedback.


When to Use

  • Before submitting a PR.
  • After completing a major task or batch.
  • When requesting architectural guidance.

Precondition Failure Signal

  • Review requested without verification evidence.
  • Reviewer lacks context or specific areas of concern.
  • "LGTM" given without objective criteria.

Postcondition Success Signal

  • Review request includes goal, scope, risks, and evidence.
  • Reviewer knows what to focus on.
  • Review checklist is explicit.

Process

  1. Self-Review: Inspect VCS diff and run verification-and-handover.
  2. Prepare Summary:
    • Goal and scope.
    • Impacted areas.
    • Verification commands and results.
    • Known risks or concerns.
  3. Request Review:
    • Provide context and links to relevant files.
    • Ask for review of specific areas.
  4. Track Response: Record feedback for receiving-code-review.

Example Test / Validation

  • Review request includes test command output and a focused checklist.

Common Red Flags / Guardrail Violations

  • Requesting review without running tests.
  • Asking for review with vague "please check".
  • Hiding known risks.

Recommended Review Personas

  • Tech Lead - validates architecture and risk.
  • Software Engineer - validates correctness and maintainability.

Skill Priority

P2 - Consistency & Governance


Conflict Resolution Rules

  • Verification evidence is mandatory before requesting review.

Conceptual Dependencies

  • verification-and-handover
  • structured-review-workflow

Classification

Governance
Operational


Notes

Good review requests save time for everyone.

Skills Info
Original Name:requesting-code-reviewAuthor:mcj