.cursor/skills/verify-changes/SKILL.md
Runs comprehensive verification on code changes. Triggers when user says "verify my changes", "check my work", "run verification", "validate changes", or "QA check".
npx skillsauth add hgchrre/finserv-webinar verify-changesInstall 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 4 verification agents in parallel to validate changes before committing or deploying.
Task: pii-compliance-checker
Prompt: "Review the recently changed files for PII handling violations.
Check: masking, audit logging, data leaks in console/errors."
Task: security-scanner
Prompt: "Run Snyk scans on the project.
- snyk_code_scan for source vulnerabilities
- snyk_sca_scan for dependency vulnerabilities
Report critical/high findings."
Task: verifier
Prompt: "Verify the implementation is complete and functional.
Check: no broken imports, no TODO placeholders, UI renders correctly."
Task: Test Runner
Prompt: "Run the test suite. If tests fail, report which tests failed and why.
Do not auto-fix unless explicitly asked."
Combine results into a verification report:
## Verification Report
| Check | Status | Findings |
|-------|--------|----------|
| PII Compliance | ✅/⚠️/❌ | [summary] |
| Security | ✅/⚠️/❌ | [summary] |
| Implementation | ✅/⚠️/❌ | [summary] |
| Tests | ✅/⚠️/❌ | [pass/fail count] |
### Issues to Address
1. [Issue from any failing check]
2. [Issue from any failing check]
### Ready to Commit: Yes/No
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
testing
Orchestrates context gathering and architecture planning for banking features. Triggers automatically in Plan Mode when discussing new features, architecture decisions, or system design.