| name | code-standards-check |
| description | Enforce coding standards, guidelines compliance, and language style consistency |
| model | sonnet-4-6 |
| token_budget | {"input":4000,"output":2000} |
Code Standards Check Skill
Enforces platform coding standards, guideline compliance, and consistent language style across the repository.
Standards Validation
1. Naming Conventions
2. Structure & Format
3. Content Organization
4. Cross-References
5. Language & Style
6. Forbidden Patterns
Validation Checklist
Common Issues & Corrections
| Issue | Fix |
|---|
| File named MyFileName.md | Rename to my-file-name.md |
| Header in title case "# Proper Header" as "# proper header" | Use Title Case: # Proper Header |
| Absolute path /home/user/files | Use relative: ../files/ |
| API key in example | Remove, use {API_KEY} placeholder |
| Inconsistent section naming | Standardize terminology |
| Table without pipes | | Use proper table syntax |
| Broken link to nonexistent file | Verify file exists or update link |
| Vague reference "see here" | Use descriptive text: "See Configuration section" |
Triggers
Use this skill when:
- Validating PR for standards compliance
- After PR-validation passes
- Checking guideline adherence
- Before passing to duplication and impact analysis