skills/quality/SKILL.md
Run project quality gates. Executes lint and tests based on project placeholder mappings.
npx skillsauth add lightforgelabsstudio/aide qualityInstall 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 project quality gates and report results.
Ask the user for scope:
Load commands from project placeholder mappings:
{{LINT_COMMAND}}{{RUN_UNIT_TESTS_COMMAND}} (optional){{RUN_ALL_TESTS_COMMAND}}{{SMOKE_TEST_COMMAND}} (optional)Execute in order: lint → tests → smoke (if full scope).
Report:
## Quality Gate Results
Scope: <default|full|dry-run>
Results:
✅/❌ Lint: passed | failed
✅/❌ Tests: X passed, Y failed
✅/❌ Smoke: passed | failed | skipped
[If failures: show failing test names and relevant log lines]
Next: Fix failures | Proceed with PR
testing
Skeptical gap analysis for issues, ADRs, plans, and docs. Use when the user wants a second-pass check for missing decisions, contradictions, edge cases, hidden dependencies, scope drift, or readiness before implementation.
tools
Sync branch with remote and confirm a clean end-of-session state.
testing
Create or update an AIDE skill in .aide/skills with valid frontmatter and a concise workflow.
tools
Decompose an accepted ADR into GitHub issues using the issue-creator tool.