code-review-quick

Automate code review and output a TOON-format action plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identifies and records the most important issues in a codebase for a rapid, repeatable review, reducing time spent on manual auditing.

Core Features & Use Cases

  • Fast assessment across security, completeness, test coverage, technical debt, UI/UX, and type-safety.
  • Artifact output: a single TOON-format action plan file placed under code-review/<date>/.
  • Use Case: a team needs a lightweight audit before a release or a quick triage of a new codebase.

Quick Start

Provide a single TOON-format action plan by scanning the repository and exporting to code-review/<date>/TODO_<YYYY-MM-DD>.md.

Frequently Asked Questions about code-review-quick

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

FAQPage Schema
How do I automate a quick code review before a release?

Automate a quick code review by scanning your repository to generate a single TOON-format action plan, assessing security, test coverage, technical debt, UI/UX, and type-safety for rapid release triage.

What is a TOON-format action plan for code review?

A TOON-format action plan is a compact, single-file TODO report that records the most important codebase issues found during a rapid review, exported directly to a deterministic file path.

How do I triage technical debt and security in a new codebase?

Triage technical debt and security in a new codebase by running an automated rapid assessment that outputs a single consolidated action plan covering feature completeness, type-safety, and test coverage.

Does this automated code review work without external dependencies?

Yes, this automated code review works without external dependencies, requiring only a software project repository to scan and export the resulting TODO action plan file.

What's the best way to generate a lightweight audit report for software projects?

Generate a lightweight audit report by scanning your software project to produce a single compact action plan file, avoiding the overhead of manual auditing across multiple review dimensions.

When should I avoid using a single-plan code review?

Avoid using a single-plan code review when you need multi-file, iterative review artifacts or deep architectural analysis, as it is designed for rapid assessment and compact triage rather than exhaustive auditing.