From oh-my-auggie
QA cycling - test, verify, fix, repeat until quality. Use for "quality assurance", "test driven", and "verify thoroughly".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Quality assurance through iterative test-verify-fix cycles.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Quality assurance through iterative test-verify-fix cycles.
┌─────────┐ ┌─────────┐ ┌─────────┐
│ Test │ -> │ Verify │ -> │ Fix │
└─────────┘ └─────────┘ └─────────┘
^ │ │
└──────────────┴──────────────┘
(repeat until clean)
## QA Cycle: {iteration}
### Cycle {n} Results
#### Test Phase
- **Tests run:** {n}
- **Passed:** {n}
- **Failed:** {n}
- **Skipped:** {n}
#### Verify Phase
| Check | Status | Notes |
|-------|--------|-------|
| {check 1} | ✅ | {notes} |
| {check 2} | ❌ | {notes} |
#### Fix Phase
- **{file}:{line}** — {fix applied}
### Cycle Summary
- **Status:** PASS / FAIL / PARTIAL
- **Critical issues:** {n}
- **Remaining issues:** {n}
- **Cycles remaining:** {n}
### Final Verdict
{verdict}