Agent Claude Code
Issues REST API review. Verify Request/Response records, ArchUnit rules, and endpoint security before merge.
Agent Claude Code
Issues REST API review. Verify Request/Response records, ArchUnit rules, and endpoint security before merge.
Agent Claude Code
Issues documentation maintainer. Update architecture, domain spec, and feature catalog after API or behaviour changes.
Agent Claude Code
Issues domain modeling. Propose domain-spec and ubiquitous language before implementation. Use proactively before ticket, workflow, project, or notification features.
Agent Claude Code
Issues product owner. Validate implementation against feature catalog and feature/.md definitions; find gaps, stale docs, and missing happy paths. Suggest backlog ideas. Use when reviewing product completeness, catalog compliance, or prioritizing new capabilities.
Agent Claude Code
Issues security auditor. Review code for authz, authn, injection, secrets, and XSS/CSRF risks; write a findings report and teach developers how to fix each issue via remediation tasks. Use for security audits — not for implementing patches. Prefer over generic review when the user asks for security issues or a full…
Agent Claude Code
TDD Green phase for Issues. Minimal production code to pass the Red test — no refactor. Use after tdd-red confirms failure.
Agent Claude Code
TDD Red phase for Issues. Create a failing test only — no production code. Use when starting TDD, adding behaviour, or user asks for a failing test first.
Agent Claude Code
TDD Refactor phase for Issues. Improve design with tests green — no behaviour change. Use after tdd-green passes.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check. From vepo/issues.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
Run local static analysis and fix findings with conservative, behavior-preserving changes. User-invoked only (/fix-sonar-issues).
Skill Claude CodeCodex
Automatically fix all failing Maven tests by iterating until they pass. User-invoked only (/fix-tests).
Skill Claude CodeCodex
Raise JaCoCo instruction and branch coverage while ensuring tests assert results. User-invoked only (/increase-coverage).
Skill Claude CodeCodex
Audit class responsibilities, package boundaries, duplication, and rule compliance across Issues. Read-only report. User-invoked only (/review-code-structure).
Skill Claude CodeCodex
Walk every feature-catalog row against routes, roles, and happy paths; report compliance gaps and backlog suggestions. Read-only. User-invoked only (/review-feature-catalog).
Skill Claude CodeCodex
Full-codebase security audit — authn/authz, injection, secrets, XSS; report findings and teach-fix tasks (no code changes). User-invoked only (/review-security).
Command Cursor
Run local static analysis and fix findings with conservative, behavior-preserving changes.
Command Cursor
Automatically fix all failing Maven tests by iterating until they pass.
Command Cursor
Raise JaCoCo instruction and branch coverage while ensuring tests assert results.
Command Cursor
Audit class responsibilities, package boundaries, duplication, and rule compliance across Issues.
Command Cursor
Walk every feature-catalog row against routes, roles, and happy paths; report compliance gaps and backlog suggestions.
Command Cursor
Full-codebase security audit — authn/authz, injection, secrets, XSS; report findings and teach-fix tasks (no code changes).
Cursor rule Cursor
Phase 2 — architecture design after feature analysis (part of development process).
Cursor rule Cursor
Keep docs/backlog.md ordered and updated for product ideas.