skills/verify/SKILL.md
Run the full verification pipeline and fix issues. Use when the user says "verify", "run checks", "check everything", "any test needed", or wants confirmation that recent changes are clean.
npx skillsauth add jkvc/jkvc-skills verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run all available checks, fix issues introduced by recent changes, and report results.
Type-check — run pnpm run type-check (or project equivalent). Fix any errors from recent changes.
Lint — run pnpm run lint (or project equivalent). Fix errors introduced by recent changes. Ignore pre-existing warnings unless they're in files you modified.
Tests — run pnpm test (or project equivalent). If tests fail due to recent changes, fix them. If tests are missing for new functionality, flag it but don't write tests unless asked.
Build — run CHECK_BUILD=1 pnpm run build (or project equivalent) if available. Fix build errors.
Report — summarize results in a compact table:
| Check | Result |
|------------|---------------|
| Type-check | ✓ clean |
| Lint | ✓ 0 errors |
| Tests | ✓ 62/62 pass |
| Build | ✓ compiled |
testing
Stress-test a plan for completeness against reality. Use when the user says "pressure", "pressure-plan", "pressure the plan", "is the plan complete", "audit the plan", "what did we miss", or wants to verify a plan covers everything before execution.
testing
Only use when the user explicitly says "fresh-context", "fresh context", "fresh agent", or "on a fresh agent".
testing
Add a tech debt entry to the project's TECH_DEBT.md. Use when the user says "debt", "add tech debt", "write this down as tech debt", "track this shortcut", or when you take a conscious shortcut during implementation.
development
# Sync AI Preferences Syncs global preferences from the Cursor rules file (source of truth) to Claude Code's global CLAUDE.md. **Source:** `~/.cursor/rules/global-preferences.mdc` **Target:** `~/.claude/CLAUDE.md` ## Steps 1. Read `~/.cursor/rules/global-preferences.mdc` 2. Transform for Claude Code: - Strip MDC frontmatter (the `---` delimited block at the top) - Strip bold markdown (`**text**` → `text`) - Change heading from "# Global Rules" to "# Global Preferences" 3. Write the