review-create

Generate review.md by reading the document chain and running extract-svc-context.py.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill review-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-create
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/review-create
Command: npx skills add https://github.com/oogDZ/2 --skill review-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creation of a review.md by reading the document chain, running extract-svc-context.py, and populating the service blocks to support pre-development planning.

Core Features & Use Cases

  • Reads the chain of documents to gather context for a review.
  • Executes extract-svc-context.py to populate service blocks in review.md.
  • Supports the Plan Dev → WAITING transition by producing a ready-to-use review artifact for pre-development alignment.

Quick Start

Run /review-create [ветка] to generate a ready-to-use review.md for the current branch.

Frequently Asked Questions about review-create

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

FAQPage Schema
How do I automate review.md generation from git branch context for pre-development planning?

Automating review.md generation requires reading the document chain and extracting context using extract-svc-context.py. This Skill populates service blocks to produce a ready-to-use review artifact, supporting the Plan Dev to WAITING transition for pre-development alignment on the current branch.

What is the best way to extract service context into a review document for a dev workflow?

The best way to extract service context into a review document is by executing extract-svc-context.py against the document chain. This automates the population of service blocks, creating a review.md file that captures the necessary context for branch pre-development alignment.

Do I need any dependencies to generate a review.md using this workflow automation?

No external dependencies are required to generate a review.md using this workflow automation. The Skill operates independently by reading the document chain and running the internal extract-svc-context.py script to populate the service blocks for your branch.

When do I need to create a review.md during the development process?

You need to create a review.md during the Plan Dev to WAITING transition in the development process. This pre-development stage ensures all gathered context and service blocks are populated for team alignment before actual coding begins on the branch.

How do I populate service blocks in a review file from an existing document chain?

To populate service blocks in a review file, the Skill reads your existing document chain and executes extract-svc-context.py. This automatically fills the service blocks within the review.md, generating a complete documentation artifact for the current branch's pre-development review.

Why does my pre-development review documentation lack context from the current branch?

Pre-development review documentation lacks context when the document chain is not properly read or service blocks remain empty. This Skill resolves the issue by executing extract-svc-context.py to automatically extract and fill the missing context for the current branch.