burndown

Detect and fix code quality issues with iterative re-scan verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates autonomous tech debt elimination by detecting and fixing code quality issues, reducing maintenance burden and improving code health without constant manual intervention.

Core Features & Use Cases

  • Autonomous detection and fix loop: Scans for code slop, architectural issues, and debt, prioritizes by severity, and applies fixes until completion.
  • Checkpoint-driven workflow: Automatically validates progress with dedicated completion-checkpoint.json and optional browser verification to confirm UI stability.
  • Scoped and full-base operation: Works on full codebases or targeted directories/files as needed to burn down debt efficiently.

Quick Start

Use the burndown skill to scan and fix issues in your repo and verify with re-scan.

Frequently Asked Questions about burndown

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

FAQPage Schema
How do I automate tech debt cleanup in a large codebase?

Automate tech debt cleanup by applying phase-based detection to scan for code quality issues, prioritizing them by severity, and iteratively applying fixes. This autonomous loop reduces maintenance burden without requiring constant manual intervention across codebases of any size.

What is autonomous code quality issue detection and how does it work?

Autonomous code quality detection scans a codebase to identify code slop and architectural issues, prioritizes findings by severity, and applies iterative fixes. It uses linting and re-scans to verify debt reduction until a completion checkpoint confirms no critical issues remain.

Can I run tech debt detection on specific directories instead of the full codebase?

Yes, tech debt detection and fixes can be scoped to targeted directories or files as needed. This allows you to efficiently burn down debt in specific areas without scanning the full codebase, while still meeting the strict checkpoint-driven workflow.

How does the checkpoint-driven workflow verify code quality after autonomous fixes?

The checkpoint-driven workflow validates progress using a completion-checkpoint.json file and re-scan verification to ensure debt reduction. Optional browser verification can also confirm UI stability, guaranteeing no critical code quality issues remain after autonomous fixes.

What's the best way to eliminate code slop and architectural issues without manual code review?

The best way to eliminate code slop and architectural debt is using an autonomous detection and fix loop that scans for issues, prioritizes by severity, and applies fixes iteratively. Linting and re-scans verify reduction until completion checkpoints confirm no critical issues remain.

Why should I use an autonomous fix loop instead of manual linting for tech debt reduction?

An autonomous fix loop reduces maintenance burden by detecting and fixing code quality issues end-to-end without constant manual intervention. Unlike manual linting, it applies phase-based detection, iterative fixes, and re-scan verification to validate debt reduction through completion checkpoints.