What problem does it solve?
This Skill helps maintainers and developers keep Python, PyTorch, shell scripts, and configuration files consistent, readable, and safe to change. It also enforces a full development workflow so new work starts with project exploration, proceeds through an approved plan, and ends with tests, simplification, review, and documentation updates.
Core Features & Use Cases
- Code Quality Rules: Applies naming, typing, docstring, import, and error-handling standards across code changes.
- Workflow Enforcement: Requires project-wide reconnaissance before editing existing repositories and insists on an approved implementation plan for non-trivial work.
- Post-Change Validation: Ensures changes are backed by unit tests, then checked through simplify and review passes before completion.
- Use Case: Ideal when you need to add a new Python module, refactor PyTorch training logic, create a shell script, or update configuration files in a mature codebase without duplicating existing utilities.
Quick Start
Ask the code-standards skill to inspect the repository, propose a plan, implement the requested change, and validate it with tests and review.