| name | qa-and-bugs-finder |
| description | Systematically audits the project for bugs, regressions, and quality gaps — runs tests, inspects coverage, and reports findings with reproducers.
When the user mentions "qa and bugs finder", "find bugs", "audit quality", "regression scan".
Do NOT activate for general "fix this bug" requests that already have a known defect.
|
| auto_triggers | {"keywords":["qa and bugs finder"],"project_signals":["has_ci","has_api","has_tests","has_docs"]} |
| tools | ["mypy","pytest","ruff","vulture"] |
| category | project |
| priority | 50 |
Skill: Qa And Bugs Finder
Purpose
QA finder for this project
This skill provides step-by-step guidance for qa and bugs finder.
Auto-Trigger
The agent should activate this skill when the user requests:
Project Context Signals:
has_ci
has_api Γזע API endpoints present
has_tests Γזע Test suite available
has_docs
Process
1. Analyze Current State
- Review project structure in
project-rules-generator/
- Check configuration files
- Identify existing patterns
2. Execute Core Actions
Required Tools: mypy, pytest, ruff, vulture
cd project-rules-generator
3. Validate & Verify
- Run tests if available
- Check for errors
- Verify expected outputs
Output
This skill generates:
- Modified/created files in
project-rules-generator/
- Status report with changes
- Recommendations for next steps
Anti-Patterns
❌ Don't use generic commands without project context
✅ Do reference actual files from project-rules-generator/
❌ Don't skip validation steps
✅ Do always verify changes with tests
❌ Don't make assumptions about project structure
✅ Do check for files/directories before operating on them
Tech Stack Notes
Detected Technologies:
Compatible Tools: mypy, pytest, ruff, vulture
Examples
cd project-rules-generator
git status
pytest
Project Context
Project: project-rules-generator
Path: C:\Users\USER\.gemini\antigravity\scratch\project-rules-generator
Signals: has_ci, has_api, has_tests, has_docs
Tech Stack: python
Generated by Cowork-Powered PRG Skill Creator v2.0
Quality Score: 95/100 | Triggers: 1 | Tools: 4