Quality
Code review, testing, and verification skills.
๐
4w ago
Plannotator Review
Plannotator Review runs Plannotator's browser-based code review UI against the current worktree or a pull request URL, then returns feedback to address in the same conversation. Use it to get code review annotations and approvals while working in Claude Code.
Quality
7.8K572
๐
4w ago
Plannotator Review
Plannotator Review opens Plannotator's browser-based code review UI for the current worktree or a pull request URL and acts on any feedback returned.
Quality
7.8K572
๐
4w ago
Review Renovate
Review Renovate reviews Renovate bot pull requests that update GitHub Actions dependencies, verifying pinned commit SHAs against upstream tags, checking changelogs for breaking changes, and confirming CI/CD workflow compatibility before merge.
Quality
7.8K572
๐
4w ago
Update Dependencies
Update Dependencies audits and updates npm/Bun dependencies after verifying maintainers, publish age, provenance, tarball diffs, and changelogs. It bumps safe packages, defers risky ones, and logs audit findings.
Quality
7.8K572
๐ฌ
4w ago
Chinese Code Review
Chinese Code Review provides communication templates and priority labels (must-fix/suggest/for-reference) for giving code review feedback in Chinese teams, avoiding over-politeness or bluntness. Use when explicitly invoked via /chinese-code-review to conduct or guide a code review.
Quality
7.7K729
๐
4w ago
Chinese Commit Conventions
Chinese Commit Conventions adapts Conventional Commits for Chinese teams with type tables, commit message templates, breaking change rules, issue linking, and changelog generation configs. Use it to set up commitlint, husky, and commitizen for Chinese-language commit workflows.
Quality
7.7K729
๐
4w ago
Receiving Code Review
Receiving Code Review provides a disciplined process for evaluating code review feedback before acting, verifying suggestions against the codebase, asking clarifying questions when items are unclear, and pushing back with technical reasons when appropriate.
Quality
7.7K729
๐
4w ago
Requesting Code Review
Requesting Code Review dispatches a code review subagent to find issues before they spread. Use it after completing tasks, implementing features, or before merging to validate work against requirements.
Quality
7.7K729
๐
4w ago
Systematic Debugging
Systematic Debugging guides a rigorous four-phase process to find root causes before attempting fixes. Use it for test failures, production bugs, performance issues, or any unexpected behavior.
Quality
7.7K729
๐งช
4w ago
Test-Driven Development
Test-Driven Development enforces a test-first workflow: write a failing test, see it fail, then write the minimum code to pass before refactoring. Use it for new features, bug fixes, refactors, and behavior changes; no production code without a failing test.
Quality
7.7K729
โ
4w ago
Verification Before Completion
Verification Before Completion enforces running verification commands and checking output before claiming tests pass, builds succeed, or bugs are fixed. It prevents false success claims by requiring evidence for every assertion.
Quality
7.7K729
๐
4w ago
Browser QA
Browser QA reproduces and isolates failures in an embedded browser using an evidence-first loop, then reports whether the failure is locator, timing, session state, or product behavior. Use it for reproducible browser validation, regression checking, or debugging workflows.
Quality
7.4K641