spec-bugfix-verify
SolidBugfix verification phase - tests, quality checks, fix confirmation
AI & Automation 1,733 stars
145 forks Updated 2 days ago NOASSERTION
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /spec-bugfix-verify - Bugfix Verification Phase
**Phase 3 (bugfix).** Lightweight verification: run tests, quality checks, confirm fix works.
**Input:** Bugfix plan with `Status: COMPLETE`
**Output:** Plan → VERIFIED (success) or loop back to implementation (failure)
**Why no sub-agents:** The regression test proves the fix works. The full test suite proves nothing else broke. Sub-agents would re-verify what tests already prove.
---
## Critical Constraints
- **NO review sub-agents** — tests prove correctness for bugfixes
- **NO stopping** — everything automatic. Never ask "Should I fix these?"
- **Fix ALL issues automatically** — no permission needed
- **Plan file is source of truth** — re-read after auto-compaction
---
## Step 3.1: Run Full Test Suite
Run all tests. Fix any failures immediately. Re-run until green.
## Step 3.2: Verify the Fix
1. **Read the plan's regression test** (from Task 1)
2. **Run it specifically:** `uv run pytest <test-path>::<test-name> -q`
3. Must PASS — if not, fix is incomplete, fix immediately
4. **Scope check:** Read changed files, confirm changes match plan scope. Flag unplanned changes.
## Step 3.3: Quality Checks
1. **Type checker** — zero new errors
2. **Linter** — errors are blockers, fix immediately
3. **Build** (if applicable) — must succeed
4. **Performance audit** — For changed files on hot paths: expensive uncached work? Heavy dependency imports with lighter alternatives? Repeated invocations redoing work when input hasn...
Details
- Author
- maxritter
- Repository
- maxritter/pilot-shell
- Created
- 7 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
spec-verify
Spec verification phase - tests, execution, rules audit, code review
1,733 Updated 2 days ago
maxritter Data & Documents Listed
fix-verification
Comprehensive fix verification methodology to ensure bugs are truly fixed. Use after implementing any bug fix to verify it works and hasn't caused regressions. Keywords: verify, confirm, test, validate, check, ensure, regression, fixed
0 Updated today
cheemsiulord AI & Automation Listed
verify
Active QA verification - full validation before completion
10 Updated 5 days ago
jmylchreest AI & Automation Solid
spec-bugfix-plan
Bugfix spec planning phase - investigate root cause, design fix, get approval
1,733 Updated 2 days ago
maxritter AI & Automation Solid
spec-implement
Spec implementation phase - TDD loop for each task in the plan
1,733 Updated 2 days ago
maxritter