From db-coding-agent
Use when reviewing database artifacts before completion — performs engine-aware review by delegating to the active engine module's coding skill and validating against resolved guidelines
How this skill is triggered — by the user, by Claude, or both
Slash command
/db-coding-agent:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Engine-aware code review that delegates to the active engine module for engine-specific checks while enforcing the team's merged coding guidelines.
Engine-aware code review that delegates to the active engine module for engine-specific checks while enforcing the team's merged coding guidelines.
Get resolved config from config-resolver (engine, framework, guidelines)
Run LSP diagnostics:
LSP.getDiagnostics on all changed filesCheck against merged guidelines:
## section in the resolved guidelines, verify artifact compliance## Forbidden rules → blocker, all others → suggestionDelegate to engine module:
<engine>-coding skill from the active engine moduleCheck framework conventions:
<engine>-frameworks skillReport:
/db-reviewThis skill runs automatically at the end of every coding task (Phase 4). For manual on-demand review, use the /db-review command instead.
npx claudepluginhub gagandeepp/software-agent-teams --plugin db-coding-agentGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.