critic

Audit codebases, generate implementation_plan.md, and optionally refactor code.

Updated Mar 29, 2022
One-click install
npx skills add https://github.com/tangerine1202/cli-config --skill critic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: critic
Source: https://github.com/tangerine1202/cli-config/tree/main/claude/skills/critic
Command: npx skills add https://github.com/tangerine1202/cli-config --skill critic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates code-analysis and refactor-code to deliver a complete quality audit, prioritized improvement plan, and optional automated refactoring.

Core Features & Use Cases

  • Comprehensive Audit: Identifies critical, moderate, and minor issues across the codebase.
  • Implementation Plan: Produces an implementation_plan.md with concrete, prioritized steps.
  • Optional Refactoring: Can apply improvements via the refactor-code workflow.
  • Final Validation: Runs tests and produces a final summary of changes.

Quick Start

Trigger with a request like "Critic my code" or "be critical of this module" to start a full audit. The skill will generate an implementation_plan.md and optionally proceed with refactoring on your approval.