revise

Apply checkpoint review feedback to code and documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cychen2021/claude-skills --skill revise-cychen2021
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: revise
Source: https://github.com/cychen2021/claude-skills/tree/main/revise
Command: npx skills add https://github.com/cychen2021/claude-skills --skill revise-cychen2021

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams apply checkpoint review feedback to their codebase and documentation after manual review, ensuring guidance is consistently implemented.

Core Features & Use Cases

  • Read completed review items from checkpoint review guidelines
  • Read revision instructions from x_review_comments.md
  • Apply modifications to docs and code
  • Run full verification (formatting, tests, build)
  • Create a revision summary document
  • Commit all changes

Quick Start

Review the latest checkpoint feedback and command the AI to apply the requested changes across docs and code.

Frequently Asked Questions about revise

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

FAQPage Schema
How do I apply checkpoint review feedback to my codebase and documentation?▼

To apply checkpoint review feedback, read the review guidelines and comments, modify the code and docs accordingly, run verification, generate a revision summary, and commit all changes.

What is the best way to automate applying code review comments to documentation?▼

Automating code review application involves reading review comment files, enforcing modifications across docs and code, running tests and builds, and documenting the final results in a revision summary.

How do I ensure formatting and tests pass after applying code review modifications?▼

Ensuring formatting and tests pass requires running full verification after modifying code and docs, enforcing formatting checks, executing tests, and building the project before committing changes.

Can I use an automated workflow to commit code and documentation changes after a manual review?▼

Yes, you can automate committing code and documentation changes after a manual review by reading checkpoint feedback, applying modifications, running verification, and committing the finalized updates.

What do I need to generate a revision summary for checkpoint feedback?▼

Generating a revision summary requires applying checkpoint review modifications to code and docs, running full verification, and documenting the test and build results in a revision.md file.

Why should I use an automated tool for checkpoint review feedback instead of manual updates?▼

Using an automated tool for checkpoint review feedback ensures modifications are consistently implemented across the codebase and documentation, enforces verification, and generates a structured revision summary.