Agent
React hook rules violations, stale closures in useEffect, missing dependency arrays, setState-during-render, subscription leaks.
Agent
React hook rules violations, stale closures in useEffect, missing dependency arrays, setState-during-render, subscription leaks.
Agent
Assesses refactoring opportunities after tests pass (TDD REFACTOR phase), distinguishing semantic duplication from structural similarity.
Agent
Design-time threat modeling and secure-architecture guidance before code exists — dispatch when a task touches authentication, authorization, cryptography, session management, or secrets handling, introduces a new external integration or API surface, or the user asks to "threat model this", "design this securely", or…
Agent
Injection, auth/authz, data exposure, security headers, crypto.
Agent
Map an aggregated session digest to probable plugin causes and ranked, tagged improvement suggestions.
Agent
Full-stack development, code generation, implementation, and refactoring.
Agent
Verify implementation matches specification before quality review agents run.
Agent
Verifies a freshly-implemented unit of work against its acceptance criteria and Gherkin scenarios before quality review runs.
Agent
SRP violations, DRY, coupling, nesting depth, cognitive load, async-pattern judgment, file organization.
Agent
Project documentation, terminology consistency, and ubiquitous language enforcement.
Agent
Test quality, coverage gaps, assertion quality, and test hygiene.
Agent
Agent "test-smell-review" from bdfinst/agentic-dev-team, covering test smell review, remedyfamily and suggestedfix — the two-field contract, smell → family mapping, scope and knowledge files.
Agent
Token usage optimization, file length, CLAUDE.md size, LLM anti-patterns.
Agent
User interface design, UX optimization, and accessibility compliance.
Agent
Vue ref/reactive unwrapping pitfalls, watchEffect dependency tracking, reactive proxy escapes, composition API subscription leaks.