Agent skill
quality
Run project quality gates. Executes lint and tests based on project placeholder mappings.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/quality-lightforgelabsstudio-aide
SKILL.md
Quality
Run project quality gates and report results.
Inputs
Ask the user for scope:
- Default (recommended): lint + unit tests (fast feedback)
- Full: all tests + smoke tests
- Dry-run: print commands without executing
Workflow
-
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
Notes
- Stop immediately if lint or tests fail.
- Do not modify test files.
- For CI/PR workflows, always run at least lint + tests before marking ready.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?