verification-loops | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / verification-loops

verification-loops

maintained by kamushadenes

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

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 page
  • browser_snapshot - Accessibility tree
  • browser_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)

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated il y a 5 mois
tools tools testing

Related Skills

test-driven-development
chevron_right
checking-visuals
chevron_right
write-test
chevron_right
test-tdd
chevron_right
test-msw
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.