Running Verification Suite
Description
!`npm test 2>&1 || true` !`npm run typecheck 2>&1 || true` !`npm run lint 2>&1 || true` ---
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for llcoolblaze/claude-boris, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
description: Run test suite, analyze failures, fix issues, and iterate until all tests pass
Running Verification Suite
!`npm test 2>&1 || true` !`npm run typecheck 2>&1 || true` !`npm run lint 2>&1 || true`
Analysis & Action
Based on the results above:
If All Checks Pass ✅
Report success:
- Tests: X passing
- Types: Clean
- Lint: Clean
Suggest next steps: `/commit-push-pr` or `/review-changes`
If Any Checks Fail ❌
**Priority Order:**
- TypeScript errors - Fix first (blocks everything)
- Test failures - Fix next (correctness matters)
- Lint errors - Fix last (style issues)
**Process:**
- Analyze the specific failures
- Identify root cause (don't just fix symptoms)
- Make targeted fixes
- Re-run the failing checks
- Iterate until all pass
**Guidelines:**
- Don't weaken tests to make them pass
- Don't disable linting rules
- Fix the actual problem, not the error message
- If a test is genuinely wrong, fix the test with explanation
**After each fix:**
npm test
npm run typecheck
npm run lint
Continue iterating until all checks pass, then report final status.
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing