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…
Unlocks the codebase after a release freeze or incident freeze period to resume normal development. Use when a freeze period ends or when the user mentions unfreezing or lifting the code freeze.
$ npx -y skills add tranhieutt/software_development_department --skill unfreeze --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/unfreezeContext preview
The summary Claude sees to decide when to auto-load this skill.
Unlocks the codebase after a release freeze or incident freeze period to resume normal development. Use when a freeze period ends or when the user mentions unfreezing or lifting the code freeze.
name: unfreeze type: workflow description: "Unlocks the codebase after a release freeze or incident freeze period to resume normal development. Use when a freeze period ends or when the user mentions unfreezing or lifting the code freeze." argument-hint: "[no arguments]" user-invocable: true allowed-tools: Read, Write, Bash, Edit effort: 1 agent: release-manager when_to_use: "After a successful release or when normal development operations can resume"
Remove the code freeze, allowing merges and development to continue.
Read `.freeze`. If it does not exist, notify and stop: > "✅ Codebase is not currently frozen. Unfreeze is not needed."
🔒 Current Freeze: Reason : [REASON from .freeze] Frozen at : [FROZEN_AT] Branch : [BRANCH] Duration : [calculated from FROZEN_AT to current time]
Ask: > "Are you sure you want to unfreeze? Is the release/deployment complete? (yes/no)"
If "no", stop.
Use Bash to delete the file: `rm .freeze`
Append to `production/session-state/active.md` (if it exists):
## Unfreeze Log — [timestamp] - Unfrozen at: [timestamp] - Was frozen for: [duration] - Reason was: [reason]
✅ CODEBASE UNFROZEN Development can resume normally. All merges and deployments are now permitted.
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,…