بنقرة واحدة
verify-before-done
// Use this skill before reporting code changes as complete to run repository verification checks and ensure no generated files were manually edited.
// Use this skill before reporting code changes as complete to run repository verification checks and ensure no generated files were manually edited.
| name | verify-before-done |
| description | Use this skill before reporting code changes as complete to run repository verification checks and ensure no generated files were manually edited. |
Use before reporting a code change as complete.
go test ./... passes for affected Go packages.npm test passes for affected frontend code.npm run lint passes for affected frontend code.Use this skill when implementing/refactoring frontend/backend code and you need Dekart-specific conventions for naming, code organization, architecture boundaries, and style consistency.
Use this skill when running, debugging, reproducing, or validating Cypress E2E tests in this repo, including the required ELECTRON_RUN_AS_NODE override.
Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository.
Use this skill when asked to write versioned release notes and you need repo-specific structure, ordering, and scope filtering.