agent-health
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Reviews database schemas, queries, and migrations for correctness, performance, security, and best practices. Use when reviewing SQL migration files or when the user mentions database review, schema review, or query audit.
$ npx -y skills add tranhieutt/software_development_department --skill db-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/db-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Reviews database schemas, queries, and migrations for correctness, performance, security, and best practices. Use when reviewing SQL migration files or when the user mentions database review, schema review, or query audit.
name: db-review type: workflow description: "Reviews database schemas, queries, and migrations for correctness, performance, security, and best practices. Use when reviewing SQL migration files or when the user mentions database review, schema review, or query audit." argument-hint: "[path-to-schema-migration-or-query-files]" user-invocable: true allowed-tools: Read, Glob, Grep context: fork agent: data-engineer effort: 2 when_to_use: "When reviewing database schemas, migrations, or queries for correctness, performance, and data integrity"
When this skill is invoked:
1. **Read the target schema, migration, or query files** in full.
2. **Evaluate schema design**:
3. **Evaluate indexing strategy**:
4. **Evaluate migration safety**:
5. **Evaluate data integrity**:
6. **Evaluate query quality** (if queries provided):
7. **Output the review**:
## Database Review: [Schema/Migration Name] ### Schema Design: [CLEAN / ISSUES FOUND] [List design problems] ### Indexes: [APPROPRIATE / MISSING / OVER-INDEXED] [List index recommendations] ### Migration Safety: [SAFE / RISKY / BLOCKING] [List migration risks and recommendations] ### Data Integrity: [ENFORCED / GAPS FOUND] [List integrity concerns] ### Query Quality: [CLEAN / ISSUES FOUND] [List query problems] ### Positive Observations [What is well-designed] ### Required Changes [Must-fix before applying] ### Suggestions [Nice-to-have improvements] ### Verdict: [APPROVED / APPROVED WITH SUGGESTIONS / CHANGES REQUIRED]
Deliver exactly:
Repo: tranhieutt/software_development_department
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Provides the vendored agent-style v0.3.5 prose rule pack as a portable Claude skill. Use when installing, syncing, applying, or auditing SDD Agent-Style…
Provides Angular best practices for components, modules, services, and reactive patterns. Use when working with Angular TypeScript files, component templates,…
Records unexpected API behaviors, undocumented caveats, version bugs, or non-obvious workarounds into .claude/memory/annotations.md. Use immediately when an…
Defines REST and GraphQL API contracts including endpoints, request/response schemas, auth flows, and versioning strategy. Use when designing a new API,…
Manages the ADR (Architecture Decision Record) registry. Use when recording tech-stack choices, design patterns, or infrastructure decisions with context,…