review

Facilitate code review requests by defining sub-agent usage and SHA retrieval.

1|Updated Oct 3, 2023
One-click install
npx skills add https://github.com/mt-krainski/twinkletaps --skill review-mt-krainski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/mt-krainski/twinkletaps/tree/main/.claude/skills/review
Command: npx skills add https://github.com/mt-krainski/twinkletaps --skill review-mt-krainski

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of requesting and receiving code reviews, ensuring code quality and adherence to standards before merging or deploying changes.

Core Features & Use Cases

  • Structured Review Requests: Provides a clear template and process for requesting reviews.
  • Workflow Integration: Can be integrated into development workflows for mandatory or optional review checkpoints.
  • Use Case: After completing a new feature, you can use this skill to formally request a review from a teammate, providing them with the necessary context and commit SHAs.

Quick Start

Use the review skill to request a code review for your latest changes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I request a code review for my latest git commits?

To request a code review, you use this skill to trigger a code-reviewer sub-agent. It obtains your base and head commit SHAs automatically, providing the necessary context to evaluate your changes against quality standards before merging.

When should I use an automated code review workflow in my development process?

An automated code review workflow should be used for mandatory pre-merge checks, optional feedback loops during feature development, and post-bug-fix validation. It ensures quality assurance and adherence to standards before deploying changes to production.

Does the code review process require specific git commit SHAs to function?

Yes, the code review process requires base and head commit SHAs to identify the exact diff. The skill handles obtaining these git SHAs automatically to spawn the sub-agent with the correct review template.

What is the best way to integrate structured code review requests into a continuous integration pipeline?

Integrating structured code review requests involves using this skill as a checkpoint in your workflow. It provides a clear template and spawns a sub-agent to act upon feedback, functioning as a mandatory or optional validation gate before deployment.

Can I use this code review skill for validating fixes after a bug report?

Yes, you can use this code review skill for post-bug-fix validation. It facilitates the process by spawning a sub-agent with a review template to verify the applied fixes meet the required quality standards before merging.