verify
SolidRun lint and unit tests to verify the current state of the codebase. Use after making changes before marking a task done.
Code & Development 2,796 stars
515 forks Updated 3 days ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Run the following commands in sequence and report any failures:
```bash
pnpm lint
pnpm test
```
If lint fails, show the specific errors and which files are affected.
If tests fail, show the failing test names and error messages.
If both pass, confirm that lint and tests are clean.
Details
- Author
- NarHakobyan
- Repository
- NarHakobyan/awesome-nest-boilerplate
- Created
- 7 years ago
- Last Updated
- 3 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
verify
Run lint, build, and tests to verify the project is in a good state. Use after making code changes.
0 Updated 2 months ago
KickApp Code & Development Listed
verify
Run full lint + type-check + test suite to verify changes before committing
0 Updated today
RonenMars Code & Development Listed
verify
Run the project's full verification gate — typecheck, lint, tests — in one go. Use after any code change before committing, or when the user asks "is it green?" / "can I ship this?" / "verify" / "run checks".
10 Updated today
lukas-grigis