requesting-code-review

Dispatch a code-reviewer subagent to analyze Git changes against requirements.

18|8|Updated May 31, 2023
One-click install
npx skills add https://github.com/jpmorgan-payments/embedded-finance --skill requesting-code-review-jpmorgan-payments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/jpmorgan-payments/embedded-finance/tree/main/.github/skills/superpowers/requesting-code-review
Command: npx skills add https://github.com/jpmorgan-payments/embedded-finance --skill requesting-code-review-jpmorgan-payments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is checked for quality, adherence to requirements, and potential issues before being merged into the main codebase.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with Git to identify code changes and dispatch a code reviewer subagent.
  • Structured Feedback: Provides clear categorization of issues (Critical, Important, Minor) and actionable recommendations.
  • Use Case: After completing a new feature, you can use this Skill to automatically request a thorough code review, ensuring all requirements are met and potential bugs are caught early.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current commit range.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for a feature branch before merging?

Automated code review dispatches a specialized subagent to analyze git changes against requirements, categorizing issues by severity to ensure quality before merging. It identifies bugs across architecture and testing early in the development workflow.

What is the best way to check code quality against development standards?

Checking code quality is automated by dispatching a reviewer subagent that evaluates changes against specified requirements and standards. It provides structured feedback categorizing issues as Critical, Important, or Minor to guide fixes.

Can I use a subagent to identify testing and architecture issues in my git commit range?

Yes, a code-reviewer subagent integrates with git to analyze the current commit range. It identifies potential issues across code quality, architecture, and testing, ensuring requirements are met before code is merged.

Do I need to manually categorize bugs found during a code review?

No, bug categorization is handled automatically during the code review process. The dispatched subagent provides clear categorization of issues into Critical, Important, and Minor levels along with actionable recommendations.

When do I need to request a code review in the development workflow?

Requesting a code review is needed after completing a new feature or software development task. It facilitates early detection of bugs and ensures adherence to development standards before merging code into the main codebase.