Quality
Code review, testing, and verification skills.
๐๏ธ
3w ago
Architecture Auditor
Architecture Auditor reviews the architecture a system actually executes, checking boundaries, dependencies, contracts, and ownership. Use it when auditing implemented structure or drift, not when documenting plans or diagrams.
Quality
54982
๐
3w ago
Benchmark Comparator
Benchmark Comparator compares alternatives with reproducible workloads, correctness oracles, and controlled measurements. Use it when choosing between tools or implementations, not when tuning one known bottleneck.
Quality
54982
๐
3w ago
Codebase Auditor
Codebase Auditor performs broad, read-only audits of code health across security, delivery, maintainability, dependencies, diagnosability, concurrency, and lifecycle. Use it when no specialist review is the primary fit.
Quality
54982
๐
3w ago
Delivery Reviewer
Delivery Reviewer reviews a completed scoped change and its affected runtime and contract paths. Use it to find change-caused defects and verify release readiness without widening scope or repairing code.
Quality
54982
โก
3w ago
Performance Optimizer
Performance Optimizer improves a measured latency, throughput, memory, CPU, or I/O problem by profiling and testing keep-or-discard changes. Use it for a known bottleneck, not for unbiased A/B comparisons.
Quality
54982
๐๏ธ
3w ago
Persistence Auditor
Persistence Auditor audits queries, transactions, caches, and persistence resource lifecycles in data-heavy code paths. Use it when data correctness or scalability is at risk, not for general performance tuning.
Quality
54982
๐ต๏ธ
3w ago
Plan Reviewer
Plan Reviewer checks an implementation plan against repository evidence and current guidance before execution. It is used for a read-only second pass to expose gaps, risks, and unsupported assumptions.
Quality
54982
๐
3w ago
Skill Reviewer
Skill Reviewer reviews standalone skills and their distribution surfaces before publication. Use it to check release readiness, contracts, and checklist compliance without changing the repository or external state.
Quality
54982
๐ ๏ธ
3w ago
Surgical Change Implementer
Surgical Change Implementer delivers one approved product-code change through the smallest complete root-cause solution. Use it for scoped implementation work that needs focused editing and verification, not planning, review, or broad refactors.
Quality
54982
๐งช
3w ago
Test Strategy Planner
Test Strategy Planner designs a read-only, risk-based test portfolio for a requested scope. Use it when you need prioritized scenarios and evidence decisions without changing code or implementing tests.
Quality
54982
๐งช
3w ago
Test Suite Auditor
Test Suite Auditor reviews an existing test portfolio to judge what important behavior it proves, what coverage is missing, and what tests should be kept, merged, updated, or retired. Use it when test confidence or lifecycle control is uncertain.
Quality
54982
๐งช
3w ago
Backend Testing Guide
Backend Testing Guide explains how to write unit, integration, and E2E tests for backend code. Use it when you need test coverage for services, API endpoints, database behavior, and full request flows.
Quality
54850