Skip to content

Commit 5fd576f

Browse files
authored
Merge pull request #29 from itk-dev/feature/itkdev-validate-standards
feat: add itkdev-validate-standards skill
2 parents 92f6393 + 63c3fe6 commit 5fd576f

2 files changed

Lines changed: 536 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Project name segment in `itkdev-statusline` showing git repo name (or folder name) for easier session identification
1313
- `itkdev-statusline` extension with context window usage, git branch, and plan progress display
14+
- `itkdev-validate-standards` skill for auditing projects against itk-dev Docker and development conventions (`skills/itkdev-validate-standards/SKILL.md`)
15+
- Project-type detection (Symfony, Drupal, generic) with conditional checks per type
16+
- Automated comparison via `itkdev-docker` MCP tools (detect, compare, fetch template content)
17+
- 9-area validation checklist: Docker Compose, server compose, environment, Taskfile, framework-specific config, Composer, GitHub Actions, and miscellaneous files
18+
- Conditional framework-specific checks (Symfony Twig/PHPStan paths, Drupal custom module paths)
19+
- Support for documented project exceptions via `CLAUDE.md` or memory files
20+
- Remediation tables for each validation area
21+
- Summary report generation
1422

1523
### Fixed
1624

0 commit comments

Comments
 (0)