← ClaudeAtlas

cli-cyclelisted

Continuous improvement cycle — orchestrates all cli-* skills on the current project, synthesizes results, and proposes prioritized improvements. Use when the user wants a full project review, a health check, a weekly cycle, or says 'audit everything', 'review the project', 'health check', 'what should I improve', 'run all audits', 'cycle', 'improvement cycle'. Designed for recurring use with '/loop 7d /cli-cycle'.
Destynova2/cli-code-skills · ★ 4 · AI & Automation · score 83
Install: claude install-skill Destynova2/cli-code-skills
> **Optimization:** This skill uses on-demand loading. Heavy content lives in `references/` and is loaded only when needed. > **Language rule:** Skill instructions are written in English. When generating user-facing output (reports, files, documentation), detect the project's primary language (from README, comments, docs, commit messages) and produce the output in that language. If the project is bilingual, ask the user which language to use before proceeding. # Cycle — Phoenix Continuous Improvement > *"The phoenix does not die — it burns what is impure and is reborn stronger. > Each cycle consumes the flaws. When there is nothing left to burn, the project is born."* Run every applicable `cli-*` skill on the current project, collect results, deliver the **complete** list of corrections in 3 tiers, and loop until clean. ## Core Principles 1. **You don't duplicate logic — you delegate.** Each sub-agent reads the real SKILL.md and follows its instructions. You orchestrate, collect, and judge. 2. **Show everything.** Never truncate the correction list. The user sees ALL issues, organized by severity. 3. **Phoenix loop.** Audit → user fixes → re-audit → repeat until convergence. 4. **Autonomous convergence.** When invoked with `--converge`, run the entire loop in an isolated worktree, then present a single unified plan. Read `references/convergence.md` for the full algorithm. 5. **Flow graph.** Skills form a DAG: audit detects → forge corrects → git commits → re-audit verif