analyze
01Command
A command that examines a codebase’s Git history and file structure to find coding patterns and team habits, then records them as reusable documentation.
🎭 cc-best: Turn Claude Code into a full dev team — PM→Lead→Dev→QA autonomous workflow. 44 commands · 19 skills · 8 agents · 43 rules · 30 hooks · auto-learning pipeline. | 一个插件,完整开发团队。
Command
A command that examines a codebase’s Git history and file structure to find coding patterns and team habits, then records them as reusable documentation.
Command
A project-building command that detects the programming language and runs the matching build or compile command, then reports problems.
Command
A command for quickly rebuilding project context after the conversation has been cleared. It reads key project documents, recent Git changes, and available session history, then summarizes the current state.
Command
A command that starts a repeated autonomous development cycle using the Ralph Loop mechanism and a predefined workflow. The cycle can keep working through a task until a completion condition is detected.
Command
A checkpoint workflow that records project progress so work can be resumed after the conversation context is cleared. It combines verification, a Git commit, progress notes, and saved session information.
Command
A requirements-review assistant that finds unclear or undecided parts of a requirements document before design work begins.
Command
A cleanup command that finds code, files, and dependencies that appear to be unused, then removes only items confirmed to be unnecessary.
Command
A command that scans a software project and generates compact architecture documents. The documents summarize the technology stack, folders, APIs, important files, and relationships between modules.
Command
A Git commit command that reviews changes, stages selected files, and creates a commit message following Conventional Commits, a shared format such as “fix: correct login error.”
Command
A command that saves important project status and decisions, then creates a shorter summary of a long coding-agent conversation.
Command
A project checkpoint that rates decision quality and completion across five areas, using requirements, architecture, progress, changes, and tests.
Command
A project-context manager for coding-agent sessions. It loads the project’s goals, technology choices, constraints, current phase, related documents, and task details from files such as progress.md.
Command
A UI and user-experience review role that turns a technical plan into guidance for an attractive, distinctive interface. It defines visual direction and advises on colour, typography, layout, responsiveness, accessibility, and component systems.
Command
A Chinese-language coding assistant command for implementing assigned software tasks from a technical plan. It also handles self-testing, code review, progress updates, and recording solutions to problems.
Command
A Chinese-language command for keeping project documentation aligned with code changes. It updates relevant API guides, README files, architecture notes, and changelogs.
Command
A knowledge-review workflow that groups repeated lessons and turns them into reusable commands, automatic skills, or separate agents. A command is user-triggered, a skill is an automatic behaviour, and an agent handles a complex multi-step task.
Command
A command that takes a GitHub Issue—a tracked bug, request, or question—and guides its fix from investigation through testing and submission. TDD means writing a failing test first, then changing the code until the test passes.
Command
A command for fixing build, type-checking, and compilation errors with only the smallest necessary code changes. It covers common issues such as missing types, invalid imports, null values, configuration errors, and missing dependencies.
Command
A reference guide for Git commits, branches, and commit-message formats. Git is a tool for tracking code changes and working safely with versions of a project.
Command
An emergency software-fix workflow that moves directly from development to verification and Git commit, skipping the usual planning and design stages.
Command
A command for running a trained machine-learning model to produce predictions from input data.
Command
A command that repeatedly selects, completes, checks, and records development tasks within one coding session.
Command
A technical-lead workflow that turns product requirements into technical designs and small, actionable tasks. It records numbered design and task documents and updates their indexes.
Command
A command that reviews the current coding conversation and turns reusable lessons into project notes, rules, or documentation.