You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opinionated coding guidelines, quality review agents, and slash commands for Go and Python — packaged as a Claude Code plugin.
Overview
Writing consistent, idiomatic code across a large codebase is hard. This plugin bundles 50+ opinionated guides (Go architecture, error handling, testing, HTTP handlers, Python structure, Git workflow, documentation) together with specialized Claude Code agents that enforce them on your code. Install once, then run /coding:code-review or /coding:pr-review to review your work against the full ruleset.
Audit agent files against Agent & Command Development Guide
slash-command-auditor
Audit slash commands against Agent & Command Development Guide
skill-auditor
Audit skills against Claude Code Skill Writing Guide
simple-bash-runner
Run build commands
pre-implementation-assistant
Find relevant guides
coding-guidelines-finder
Search docs/
release-changelog-assistant
Classify semver bump from ## Unreleased + optionally rewrite to conventional-prefix style; invoked by /coding:commit Workflow B, /coding:github-release, and K8s agent/github-releaser
project-docs-finder
Search project docs/
Acceptance Scenarios
End-to-end acceptance walks for the doc-driven review pipeline, following the dark-factory scenario writing guide. Each scenario file under scenarios/ is a manually-walked checklist; promote draft → active after the first successful walk.
/coding:pr-review against the stable test PR bborbe/maintainer#2: Step 4a surfaces ≥4 findings, every Owner has an agent file, citation discipline holds