autoplan

Automate code review workflows by storing review artifacts in repositories.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/disciplin-run-org/jjstack --skill autoplan-disciplin-run-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/disciplin-run-org/jjstack/tree/main/skills/autoplan
Command: npx skills add https://github.com/disciplin-run-org/jjstack --skill autoplan-disciplin-run-org

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the review pipeline, saving time by storing review artifacts directly in the repository and iterating to achieve perfect scores, thereby enhancing code quality and consistency.

Core Features & Use Cases

  • Automatic Review Management: Runs comprehensive CEO, design, and engineering reviews sequentially, storing outputs locally.
  • Quality Loop Integration: Implements iterative improvements to reviews, ensuring high standards are met.
  • Use Case: A team wants to automate their review process, maintain review artifacts within their repo, and refine outputs until they achieve a perfect review score.

Quick Start

Use the autoplan skill to run an automated code review on the current project directory.

Frequently Asked Questions about autoplan

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

FAQPage Schema
How do I automate code review workflows to improve software quality?

Automating code review workflows involves running sequential reviews and storing artifacts locally to iterate until optimal quality is achieved. This Skill manages review outputs directly within your repository to enhance code consistency and efficiency.

What is an iterative code review process and when do I need it?

An iterative code review process repeatedly evaluates and refines code until a perfect quality score is reached. You need this when manual reviews are inconsistent and you want to enforce high engineering standards automatically.

Can I store code review artifacts directly within my repository?

Yes, you can store code review artifacts directly within your repository. This Skill manages these outputs locally, ensuring that review documentation integrates seamlessly with your existing project files.

Do I need Bash to run automated code reviews on my project?

Yes, you need Bash along with WebSearch and Write tools to run these automated code reviews. These tools facilitate the execution of scripts, information retrieval, and local artifact storage required by the review workflow.

What's the best way to run CEO, design, and engineering reviews sequentially?

The best way to run sequential CEO, design, and engineering reviews is by automating the pipeline to execute them one after another. This ensures comprehensive project assessments while storing outputs locally for iterative refinement.

Why does automated code review stop before reaching a perfect score?

Automated code review stops prematurely if the iterative quality loop fails to refine the outputs adequately. This Skill is designed to iterate reviews until optimal quality is achieved, so early stops indicate a logic or tool execution failure.