This skill should be used when the user asks to "run a quality gate", "check code quality", "run lint checks", "run pre-push security scan", "check for dead code", or mentions "quality gate", "quality check", "lint check", "run checks", "code quality", "pre-push scan", "security scan". Provides automated JavaScript/TypeScript code quality enforcement including type checking, linting, formatting, dead code detection, type coverage, circular dependency detection, tests, and security scanning before git push.
$npx -y skills add iwritec0de/app-dev --skill quality-gateInstalls into the current project.
Run `npx skills use "https://github.com/iwritec0de/app-dev" --skill "iwritec0de/app-dev/quality-gate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/iwritec0de/app-dev" that are relevant to the current task. Run `npx skills add "https://github.com/iwritec0de/app-dev"` and select the relevant skills, then follow their instructions.