checkin
Installation
SKILL.md
Check-in Assistant | 簽入助手
Verify pre-commit quality gates before committing code to ensure codebase stability.
在提交程式碼前驗證品質關卡,確保程式碼庫的穩定性。
Workflow | 工作流程
- Check git status - Run
git statusandgit diffto understand pending changes - Run tests - Execute
npm test(or project test command) to verify all tests pass - Run linting - Execute
npm run lintto check code style compliance - Verify quality gates - Check each gate against the checklist below
- Report results - Present pass/fail summary and recommend next steps
Related skills
More from asiaostrich/universal-dev-standards
bdd
[UDS] Guide through Behavior-Driven Development workflow
24atdd
[UDS] Guide through Acceptance Test-Driven Development workflow
23methodology
[UDS] Manage development methodology workflow
21reverse
[UDS] System archeology — reverse engineer code across Logic, Data, and Runtime dimensions
20docgen
[UDS] Generate usage documentation from project sources
20sdd
[UDS] Create or review specification documents for Spec-Driven Development
19