From s2s
Defines 32 development checks for s2s plugin code quality: instruction quality, consistency, resume capability, and edge case scenarios. Used by dev-validator agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/s2s:dev-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **NOT SHIPPED**: This skill is for s2s contributors only.
NOT SHIPPED: This skill is for s2s contributors only.
This skill provides check and test definitions for validating s2s plugin code quality. It is used by the dev-validator agent.
Centralized definitions for all development checks and tests:
This skill is automatically loaded when:
/s2s:dev:check/s2s:dev:test| Category | Purpose | Count | Severity Range |
|---|---|---|---|
| INST-* | Instruction quality | 11 | medium-critical |
| CONS-* | Cross-command consistency | 7 | medium-high |
| RES-* | Resume capability | 7 | high-critical |
| EDGE-* | Edge case handling | 7 | medium-high |
Total: 32 checks
| File | Content |
|---|---|
check-registry.md | Master list of all checks with metadata |
inst-checks.md | INST-* check definitions |
cons-checks.md | CONS-* check definitions |
res-checks.md | RES-* check definitions |
edge-scenarios.md | EDGE-* scenario definitions |
roundtable-tests.md | Test baseline for TECH-002 refactoring |
extension-guide.md | How to add new checks (templates included) |
/s2s:dev:check
└── dev-validator agent
└── reads from this skill's references/
/s2s:dev:test
└── dev-validator agent
└── reads from this skill's references/
Read extension-guide.md for complete instructions with templates.
Quick overview:
check-registry.mdextension-guide.md/s2s:dev:check --all or /s2s:dev:test --allnpx claudepluginhub spec2ship/spec2ship --plugin s2sRuns four-layer tests on Claude Code plugin skills: structure validation, trigger accuracy, multi-turn sessions, and value comparisons using Python scripts like validate.py and run_trigger_eval.py.
Runs automated tests to validate plugin integrity across 14 categories including config, skills, templates, workflow, and more. Use before creating PRs or after making changes.
Audits Claude Code plugins for structure validation, frontmatter quality, deprecations, feature adoption, security patterns, and documentation. Ensures changelog compatibility and best practices for releases.