Test Patterns
Generate tests following project conventions with proper patterns for unit, integration, and e2e testing
Awesome Opencode
108 agents, 15 skills, smart model config, and interactive CLI for OpenCode — npx @weisser-dev/awesome-opencode
Deploy
Guide deployment processes including CI/CD pipeline creation, environment setup, and rollback procedures
Pr Review
Structured pull request review with checklist, security scan, and actionable feedback
Env Setup
Bootstrap developer environment by detecting project type, listing prerequisites, generating .env.example, and producing a Getting Started guide
Migration
Plan and execute database or framework migrations with rollback strategies
Adr Write
Create Architecture Decision Records using the Michael Nygard template with context, decision, alternatives, and consequences
Docker Optimize
Analyze Dockerfile and produce optimized version with multi-stage builds, layer caching, minimal base, and security hardening
Changelog Generate
Generate CHANGELOG.md from git history in Keep a Changelog format with Added, Changed, Deprecated, Removed, Fixed, and Security categories
Performance Profile
Analyze code for performance hotspots including complexity, N+1 queries, memory allocations, and caching opportunities
Error Triage
Parse stack traces and error logs to identify root cause, find related code, and suggest fixes with severity classification
Ci Pipeline
Generate CI/CD pipeline config for detected platform with lint, test, build, and deploy stages
Api Contract
Generate or validate OpenAPI and AsyncAPI specs from code or requirements with consistent naming, errors, and pagination
Incident Postmortem
Guide creation of blameless postmortem with timeline, root cause analysis, impact assessment, and action items
Git Release
Create consistent releases with changelogs, version bumps, and release notes from git history
Dependency Audit
Scan dependencies for CVEs, outdated packages, license issues, and unused deps to produce a prioritized remediation list