/ss-checklist
Execute quality gate checks to ensure changes meet quality standards.
Syntax
/ss-checklistApplicable Mode
Both modes. Standard: /10 after proposal. Boost: /25 after spec. Auto-invoked during /ss-create; also callable manually.
AI Behavior
After executing this command, AI will:
- Read checklist.md
- Check code quality item by item
- Report check results
- Mark passed/failed items
Check Categories
- Code quality
- Test coverage
- Security checks
- Performance requirements
- Documentation completeness
Example Output
◆ Quality Check
Code Quality
✓ Code follows coding standards
✓ No lint errors
✓ No type errors
Testing
⚠ Unit test coverage 65% (target 80%)
✓ Integration tests pass
Security
✓ No hardcoded credentials
✓ Input validated
Suggestion: Increase unit test coverageNext Steps
After checks pass:
/ss-apply # Continue executing tasks