msutara
- 7 skills
- 0 followers
- 9 hours ago last updated
- ▌ Cm Release · msutaraCross-repo release workflow for all Config Manager repositories. Validates every repo (clean tree, build, test, lint), determines release scope, tags in multi-wave dependency order with per-repo independent version timelines and go.mod sync between waves, generates rich release notes with repo context and categorized changelogs, creates GitHub releases, verifies CI artifacts, and updates the project board. Each repo maintains its own version — a bump type (patch/minor/major) is applied to each repo's last tag independently. The reference repo (core) is always included as the product umbrella. Includes rollback/recovery for partial releases. USE FOR: release, tag repos, create release, bump version, release all repos, retag, cm release, new release, publish release, tag all, version bump.
- ▌ Cm Docs Sync · msutaraDocumentation and skill template consistency auditing across all CM repos. Scans configuration files for drift, validates copilot-instructions.md accuracy, cross-references specs with code, detects version drift in skill templates (action versions, tool versions), checks README freshness, and runs markdownlint. Generates a unified report and optionally auto-fixes mechanical divergences. USE FOR: sync docs, docs audit, check documentation, update docs, docs consistency, audit docs, documentation check, verify docs, docs parity, skill template drift, skill audit.
- ▌ Cm Pr Comments · msutaraTriage, categorize, and resolve PR review comments across all Config Manager repositories. Fetches open and closed threads, distinguishes human from bot feedback, assesses risk, presents a prioritized summary, and implements fixes with the full build → test → fleet-review cycle when required. USE FOR: check pr comments, triage comments, address review, pr feedback, resolve threads, review comments, pr comment triage, handle comments, fix pr comments.
- ▌ Cm Fleet Review · msutaraMulti-perspective code review fleet for the Config Manager project. Launches parallel review agents with diverse AI models, each with a specific role and mandatory checklist. Supports minimum fleet (5 agents) for routine reviews and full fleet (11 agents) for major changes. This is the core quality gate for cm. USE FOR: fleet review, run fleet, multi-model review, 11 agent review, cm review, code review fleet, review changes, run code review, multi-perspective review, launch fleet.
- ▌ Cm Parity Check · msutaraVerify functional, security, test, and documentation parity between the UI repos in .cm/project.json (repos whose role is exactly "tui" or "web" — case-insensitive, anchored regex via jq ascii_downcase). Reports gaps without making changes. USE FOR: parity check, check parity, tui web sync, compare tui web, parity audit, ui parity, check ui parity, verify parity, parity report.
- ▌ Cm Pr Lifecycle · msutaraFull PR lifecycle management for the Config Manager project. Orchestrates the entire flow from local validation through fleet review, commit, push, PR creation, project board updates, CI monitoring, comment triage, and merge. Enforces the strict cm development workflow across all CM Go repos with mandatory safety gates at every irreversible step. USE FOR: create pr, submit pr, pr workflow, push and pr, cm pr, full pr cycle, run pr workflow, pr lifecycle, submit changes.
- ▌ Scaffold Plugin · msutaraCreate a new Config Manager plugin repository with full boilerplate — Go module, CI workflows, specs, docs, issue templates, and core wiring. Scaffolds the plugin struct implementing plugin.Plugin (and optionally plugin.Configurable), service layer, Chi routes, httptest-based tests, and an initial PR on phase1/skeleton-and-specs. USE FOR: create plugin, new plugin, scaffold plugin, add plugin repo, new cm plugin, plugin skeleton, create cm plugin, bootstrap plugin.