Command
Add one new requirement document (RD) to an existing requirements set. Typeable alias for the makerequirements skill's addrequirement mode.
CodeOps — an AI-development workflow for Claude Code: planning, requirements, audits, docs & git, as an installable plugin.
Command
Add one new requirement document (RD) to an existing requirements set. Typeable alias for the makerequirements skill's addrequirement mode.
Command
Scan the current project's manifests and structure and generate or update a project-level CLAUDE.md (toolchain, commands, structure, conventions). Merges non-destructively. Use for "analyzeproject" or "set up CLAUDE.md for this project".
Command
Archive a completed feature to the archive. Typeable alias for the roadmap skill's archive action (layout-aware — flat or nested codeops/).
Command
Systematically clean JSDoc and code comments across an existing project so they comply with the CodeOps documentation standard — strip every reference to ephemeral CodeOps planning artifacts (plans/, requirements/, codeops/, RD/AR/PA/ST/task IDs) from shipped code, document every non-trivial entity, add @example to…
Command
Run a CodeOps quality retrospective — aggregate the telemetry via codeops-events.sh stats/gaps, apply the retro thresholds, and sort what triggers into plugin-bucket (tune the plugin's agents/prompts) vs profile-bucket (tune this repo's quality profile) verdicts. Terminal-only report; recommends actions, never applies…
Command
Show CodeOps quality telemetry — event counts, per-agent runs and acceptance rates, durations, emission gaps — by running the plugin's codeops-events.sh utility and relaying its pre-aggregated table verbatim. Use for "codeopsstats", "codeops stats", "show quality telemetry", "review acceptance rates", "telemetry…
Command
Close one or more GitHub issues by number with GitHub's native close reasons — completed (default), not planned (--not-planned / --wontfix), or duplicate (--duplicate ) — or reopen with --reopen. Echoes each issue's title before acting and pauses when other open issues depend on the one being closed. Use for "ghclose".
Command
Tabular overview of a GitHub repo's issues — number, title, type, priority, effort, dependencies, assignee — with the semantic columns resolved through the repo's OWN label scheme, native issue types, and project fields (discovered per run, never imposed). Use for "ghissues", "list the github issues", "issues table"…
Command
Stage all changes and commit with a detailed Conventional Commit message written to a file (never inline -m). Runs the project verify command first. Use for "gitcm".
Command
Stage, commit with a detailed Conventional Commit message (file-based, never inline -m), then rebase and push. Runs verify first; stops and asks on conflicts. Use for "gitcmp".
Command
Create the roadmap and seed rows from disk. Typeable alias for the roadmap skill's make action (layout-aware — single plans/00-roadmap.md flat, or two-tier per-feature + portfolio under codeops/).
Command
Create or comprehensively regenerate VitePress technical architecture documentation and ADRs. Typeable alias for the techdocs skill's maketechdocs mode.
Command
Convert a legacy codeops-mcp .clinerules/project.md into this project's CLAUDE.md — preserving hand-authored content and stripping obsolete Cline/MCP cruft. Use for "migrateclinerules", "convert my project.md", or "import .clinerules".
Command
Health-check an existing requirements set for gaps, inconsistencies, and scope creep. Typeable alias for the makerequirements skill's reviewrequirements mode.
Command
Read-only health check of the roadmap for drift, broken links, and unblockable rows. Typeable alias for the roadmap skill's review action.
Command
Run a health check on existing technical architecture docs (staleness, completeness, accuracy, ADR coverage, links, diagrams). Typeable alias for the techdocs skill's reviewtechdocs mode.
Command
Set up the CodeOps nested codeops/ layout in the current git repo — scaffold a fresh skeleton or auto-migrate an existing flat (requirements/ + plans/) layout into it, via a deterministic preview + single confirmation. Typeable alias for the setupcodeops skill.
Command
Configure per-project model & effort routing — analyze the repo, classify its sensitivity profile, and (on confirmation) write a routing policy plus a quality-profile block (review lenses, security profiles, telemetry) into CLAUDE.md, with pinned-model executor subagents. Typeable alias for the setuprouting skill.
Command
Read-only status overview of the roadmap — overall progress, the per-item stage table, and concrete next steps, for one feature or the whole repo. Typeable alias for the roadmap skill's show action (layout-aware — flat or nested codeops/). Presentation only; changes nothing on disk.
Command
Re-infer lifecycle stages and sync the roadmap to the current on-disk state. Typeable alias for the roadmap skill's update action.
Command
Upgrade an outdated requirements set to current CodeOps standards. Typeable alias for the upgradeplan skill's requirements target.