code-standards
skill
Warn
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Deterministic standards for Python, TypeScript, SQL, IaC, and repository policy.
README.md
Code Standards
One deterministic quality gate for Sarj Python, TypeScript, Swift, Kotlin, shell, SQL, IaC, and repository policy.
uv tool install --python 3.14 code-standards
Contributing
Install uv 0.12.5, Python 3.14, Node 24.19, and GNU Make. Then bootstrap a fresh checkout:
make setup
make verify
Once a new rule and its tests are registered, stage it as a warning and validate it locally:
code-standards --root . maintain rules stage-warning python:no-string-concat-in-loop
code-standards --root . maintain rules evaluate --rule python:no-string-concat-in-loop --scope corpus
make verify
After committing the resulting changes, review the complete rule diff:
code-standards --root . maintain rules changes --before origin/main --after HEAD
Fleet calibration and downstream PR creation run automatically after review and release.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found