verify-fix
CommunityVerify fixes end-to-end before claiming done.
Authorcoopeverything
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents premature fix or feature completion claims by validating that changes actually work end-to-end in production-like environments before you declare a fix deployed or a feature complete.
Core Features & Use Cases
- End-to-end verification: Run the relevant verification tests against production to confirm fixes.
- Automated test mapping: Identify affected modules from recent changes and map them to the appropriate verification tests.
- Clear reporting: Consolidate results so you can confidently claim completion or iterate.
Quick Start
After deploying a fix, run:
- Identify affected modules from recent commits: git diff HEAD~3 --name-only | grep -E "^(apps|packages)" | cut -d'/' -f3 | sort -u
- Run verification tests for affected modules: BASE_URL=https://coopeverything.org npx playwright test tests/e2e/verify/ --grep "<module>"
- If tests pass, THEN claim fix is complete
- If tests fail, fix the issue and repeat
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: verify-fix Download link: https://github.com/coopeverything/TogetherOS/archive/main.zip#verify-fix Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.