Skip to content

feat(skills): add requesting-code-review skill#846

Merged
JeremyDev87 merged 1 commit intomasterfrom
taskmaestro/1774141883/pane-5
Mar 22, 2026
Merged

feat(skills): add requesting-code-review skill#846
JeremyDev87 merged 1 commit intomasterfrom
taskmaestro/1774141883/pane-5

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add new requesting-code-review skill for preparing code before submitting PRs
  • Covers 6 phases: Pre-Flight Checks, Self-Review, Change Summary Generation, Test Evidence, Review Focus Areas, Review Request Assembly
  • Complements existing pr-review skill (author perspective vs reviewer perspective)

Closes #799

Changes

  • Added: packages/rules/.ai-rules/skills/requesting-code-review/SKILL.md (348 lines)
  • v2.0 frontmatter with disable-model-invocation: true
  • Iron Law: "NO REVIEW REQUEST WITHOUT PASSING TESTS AND SELF-REVIEW"
  • Structured PR description template
  • Verification checklist and Red Flags table
  • Related skills cross-references (pr-review, deployment-checklist, TDD, security-audit)

Test plan

  • Verify skill loads via get_skill MCP tool
  • Verify frontmatter parses correctly (name, description, disable-model-invocation)
  • Verify no overlap with existing pr-review skill
  • Verify all 6 phases have actionable steps
  • Verify under 500 line limit (348 lines)

Add a new skill for preparing code for review before submitting PRs.
Covers pre-flight validation, self-review, change summary generation,
test evidence collection, review focus areas, and structured PR
description formatting.

Closes #799
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 1:32am

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit 322a0e0 into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1774141883/pane-5 branch March 22, 2026 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(skills): add requesting-code-review skill

1 participant