try-and-review

Automate three fix-and-review cycles on local branches, GitHub PRs, or staged diffs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sendo-kakeru/family-photo --skill try-and-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: try-and-review
Source: https://github.com/sendo-kakeru/family-photo/tree/main/.claude/skills/try-and-review
Command: npx skills add https://github.com/sendo-kakeru/family-photo --skill try-and-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates a structured three-cycle process of fixing issues and performing self-reviews to boost code quality and reduce defects.

Core Features & Use Cases

  • Three-cycle workflow: repeat fix, review, and rework three times to surface and resolve problems early.
  • Self-review checkpoints: each cycle includes explicit review steps and quality checks.
  • Targeted review scopes: use AskUserQuestion to select review targets (local branch, GitHub PR, local diffs).
  • Use Case: developers seeking disciplined QA before merging to main.

Quick Start

Initiate the three-cycle review on your current branch to systematically improve code quality.

Frequently Asked Questions about try-and-review

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

FAQPage Schema
How do I automate self-review on a local branch before merging?

Iterative code improvement on a local branch uses a three-cycle workflow to repeat fix and self-review steps. This structured QA approach surfaces and resolves problems early by guiding targeted questions and enforcing explicit checkpoints before merging.

What is an iterative fix-and-review cycle for code quality?

An iterative fix-and-review cycle is a structured QA process that repeats code improvements and self-reviews to reduce defects. This Skill automates three cycles with explicit checkpoints, ensuring robust changes are produced before merging to main.

Can I run a structured QA review on a GitHub pull request?

Yes, structured QA review can be applied to a GitHub pull request. This Skill supports selecting GitHub PRs as a review target, applying the three-cycle fix-and-review workflow to ensure high-quality changes before merging.

What is the best way to enforce multiple self-review checkpoints before merging?

The best way to enforce self-review checkpoints is a three-cycle iterative improvement workflow. This Skill automates the process by repeating fix and review phases three times, ensuring explicit quality checks are systematically met before merging to main.

Does iterative code review work on staged diffs or only full branches?

Iterative code review works on staged diffs as well as full branches. This Skill allows selecting staged diffs, local branches, or GitHub PRs as review targets, applying the three-cycle fix-and-review workflow to each scope for flexible code improvement.