Run the 7-phase quality gate (build, lint, antipatterns, tests, security, migrations, diff) before declaring a feature done or opening a PR.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add AgenticPawan/FullStack-Pilot --skill fsp-verify --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fsp Verify?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agenticpawan-fsp-verify)More formats (shields.io, HTML) on the badges page.
---
name: fsp-verify
description: Run the 7-phase quality gate (build, lint, antipatterns, tests, security, migrations, diff) before declaring a feature done or opening a PR.
when_to_use: /fsp-verify, quality gate, verify before PR, check everything, pre-PR check, verify changes, is this ready, run all checks, done, ready to ship, before merge, feature complete
---
Load the `quality-gate` skill and execute all seven phases against the current working branch.
## Phases
1. **Build** — `dotnet build` + `ng build`, zero errors required
2. **Analyzers** — `dotnet format --verify-no-changes` + `ng lint`
3. **Antipatterns** — scan changed files against `knowledge/stack-antipatterns.md`
4. **Tests** — `dotnet test` + `ng test --watch=false`, no new failures
5. **Security** — secrets, open firewall rules, unprotected endpoints
6. **Migrations** — `dotnet ef migrations list`, no unexpected pending migrations
7. **Diff review** — `git diff --stat main`, confirm intended scope
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.