-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Summary
The skill structure validation script identifies 28 skills missing required sections per SKILL-FORMAT.md.
Validation Output
45 validation errors across 28 skills:
- 16 skills missing both "When to Use" and "Core Workflow"
- 8 skills missing only "Core Workflow"
- 4 skills missing only "When to Use"
- 1 skill missing "Overview", "When to Use", and "Core Workflow"
Acceptance Criteria
- All 28 skills have required sections added (PR #391)
-
npm run validate:skillspasses (0 errors) -
npm run lintpasses - Content is meaningful (not placeholder text)
Skills Fixed
Missing Overview + When to Use + Core Workflow (1)
- dotnet-logging-serilog
Missing When to Use + Core Workflow (15)
- agent-workitem-automation
- csharp-best-practices
- dotnet-bespoke-code-minimisation
- dotnet-domain-primitives
- dotnet-efcore-practices
- dotnet-healthchecks
- dotnet-mapping-standard
- dotnet-open-source-first-governance
- dotnet-source-generation-first
- dotnet-specification-pattern
- dotnet-testing-assertions
- innersource-governance-bootstrap
- observability-logging-baseline
- security-processes
- testing-strategy-dotnet
Missing only Core Workflow (8)
- broken-window
- dotnet-best-practices
- finishing-a-development-branch
- pair-programming
- persona-switching
- safe-brownfield-refactor
- scoped-colocation
- testing-strategy-agnostic
Missing only When to Use (4)
- agents-onboarding
- component-boundary-ownership
- process-skill-router
- requirements-gathering
References
- Validation script:
scripts/validate-skill-structure.cjs - Format spec:
docs/SKILL-FORMAT.md
Metadata
Metadata
Assignees
Labels
No labels