requesting-code-review

Automate code review requests using git SHAs for base and head commits.

Updated Oct 25, 2023
One-click install
npx skills add https://github.com/Lordkaito/LKPortfolio --skill requesting-code-review-lordkaito
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Lordkaito/LKPortfolio/tree/main/.github/skills/requesting-code-review
Command: npx skills add https://github.com/Lordkaito/LKPortfolio --skill requesting-code-review-lordkaito

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code meets requirements and quality standards before being merged, thereby preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Code Review Dispatch: Integrates with a code-reviewer subagent to analyze code changes against requirements.
  • Structured Feedback: Provides categorized feedback on code quality, architecture, testing, and requirement adherence.
  • Use Case: After completing a new feature, you can use this Skill to automatically send your changes to the code-reviewer subagent, get a detailed report on potential issues, and address them before merging to the main branch.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for your latest changes.

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 requests before a git merge?

Automating code review requests involves dispatching a subagent to analyze git changes against requirements. This skill streamlines that process by verifying feature implementations and coding standards before you merge to the main branch.

What is needed to define the scope of an automated code review?

Defining the scope of a code review requires obtaining the git SHAs for the base and head commits. These commit identifiers establish the exact boundaries of the development workflow changes the subagent will evaluate.

Does automated code review check for adherence to specific requirements?

Automated code review explicitly verifies implemented features against specified requirements. The dispatched subagent analyzes your changes and provides structured feedback on requirement adherence, architecture, and code quality.

Can I use a code review subagent without providing a base commit SHA?

Using a code review subagent requires the base commit SHA to function correctly. Without both the base and head git SHAs, the tool cannot define the scope of changes to review for quality assurance before merging.

What kind of feedback does an automated code review subagent provide?

An automated code review subagent provides categorized feedback on code quality, architecture, testing, and requirement adherence. This structured report highlights potential issues to address before completing your development workflow.

When do I need to integrate a code review subagent into my development workflow?

Integrating a code review subagent is needed after completing a new feature and before merging to the main branch. It ensures your code changes meet requirements and quality standards, preventing bugs in the final merge.