← Back to list

verification-loops
by kamushadenes
My Nix (nix-darwin, NixOS, home-manager) configuration
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: verification-loops description: Verify changes work before completing. Use browser testing, test suites, and manual checks. triggers: testing, verification, QA, quality assurance, checking changes, validating code, build check, lint check
Verification Loops
Always verify changes work before marking tasks complete.
Verification Methods
1. Test Suite
npm test / pytest / cargo test / go test ./...
2. Browser (Playwright MCP)
browser_navigate- Go to pagebrowser_snapshot- Accessibility treebrowser_take_screenshot- Visual verification
3. Build Verification
npm run build / cargo build / go build ./...
4. Lint Check
npm run lint / ruff check . / golangci-lint run
Checklist Before Completing
- Tests pass
- Build succeeds
- Lint passes
- Manual verification (if UI)
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon