Changelog
Cross-platform support: compiles for Claude Code, Codex, and Gemini.
Initial release in the engineering skill pack.
How it works
1
Identify project
Checks arguments, looks up in .claude/local.json, or asks
2
Analyze codebase
Scans for language, framework, style, architecture, testing, git patterns
3
Show findings
Presents detected patterns for review
4
Generate doc
Writes comprehensive standards covering naming, structure, patterns, testing, git
5
Save
Writes to engineering/coding-standards.md and updates engineering/CLAUDE.md
Details
- Infers from code - doesn't impose arbitrary standards
- Includes naming conventions table with examples from your code
- Detects testing frameworks and patterns
- Becomes the reference used by /review
- Asks for corrections before saving