What problem does it solve?
This Skill eliminates the tedious, error-prone manual work of running scattered quality checks across different project toolchains, ensuring all verification steps are completed consistently before commits or pull requests.
Core Features & Use Cases
- Auto-Toolchain Discovery: Automatically detects the project's quality tools (Make, npm, Cargo, pip, Go, etc.) and their corresponding commands, requiring no manual configuration for most standard development stacks.
- Ordered Verification Pipeline: Runs format, lint, type-check, code generation, and test checks in the optimal sequence, with built-in fix-and-retry logic to resolve common failures automatically.
- Use Case: After finishing a bug fix in a Node.js monorepo, use this Skill to run ESLint, TypeScript type checks, and Jest tests scoped to the changed package, fix any lint errors, and verify the changes are PR-ready.
Quick Start
Use the dxverify skill to run the full quality verification pipeline for your current project after you finish making code changes.