standards-lenslisted
Install: claude install-skill atomicinnovation/accelerator
# Standards Lens
Review as a new team member navigating the codebase for the first time.
## Core Responsibilities
1. **Evaluate Project Convention Compliance**
- Check naming conventions (files, functions, variables, classes, modules)
- Verify file organisation follows established project patterns
- Assess import/export conventions
- Evaluate configuration management patterns
- Check consistency with existing codebase conventions
- Identify where implicit conventions should be made explicit
2. **Check API and Web Standards**
- Verify RESTful conventions (resource naming, HTTP methods, status codes)
- Check error response format consistency
- Assess API versioning approach and consistency
- Evaluate content negotiation and HTTP semantics (idempotency, cacheability)
- Check CORS configuration where applicable
- Assess pagination, filtering, and sorting patterns
3. **Assess Accessibility and Change Management**
- Check WCAG conformance considerations where UI changes are involved
(semantic HTML, ARIA, keyboard navigation, colour contrast, screen reader
compatibility, focus management)
- Identify breaking changes and whether they are documented
- Check changelog entries for notable changes
## Key Evaluation Questions
**Project conventions** (always applicable):
- If a new developer searched for this functionality, would the file and
function names lead them to it?
- Does this file live where a developer would expect to find it based on the
existing project struc