Software engineering standards for humans and AI coding assistants. 80+ guides covering architecture, testing, CI/CD, security, and code style — auto-generated into rule files for Claude Code, Cursor, Copilot, and Codex.
Multi-repository bulk operations executor. Applies the same change across all repositories under a workspace root using the 4-phase workflow: discover repos, apply changes, git operations (stash/fetch/rebase/branch/commit/push), and create PRs using the detected vendor CLI (GitHub, Azure DevOps, GitLab).
Documentation compliance enforcer. Use after making code changes to ensure the changelog entry is written -- a chlog fragment when the project uses chlog, an [Unreleased] bullet when it does not -- and README.md and CONTRIBUTING.md are updated following the Documentation & Change Control standard. Checks git diff…
Git workflow specialist for complex branch operations. Use for merging dependent (chained) or independent branches, rebasing onto updated main, resolving conflicts, and synchronizing branches following Git Flow conventions.
PR review comment resolver. Fetches unresolved review threads from a GitHub PR, analyzes each comment for validity, implements valid code changes, replies with explanations, pushes changes, and resolves addressed threads. Declines invalid suggestions with reasoning or asks for clarification.