### Team Release
Works with
description: "Orchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a release from candidate to deployment."
argument-hint: "[version number or 'next']"
allowed-tools: Read, Glob, Grep, Write, Edit, Bash, Task, AskUserQuestion, TodoWrite
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionteam-releaseExecute the skills CLI command in your project's root directory to begin installation:
Fetches team-release from Donchitos/Claude-Code-Game-Studios and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate team-release. Access via /team-release in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
10.7K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
10.7K
stars
| name | team-release |
| description | "Orchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a release from candidate to deployment." |
| argument-hint | "[version number or 'next']" |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Write, Edit, Bash, Task, AskUserQuestion, TodoWrite |
Argument check: If no version number is provided:
production/session-state/active.md and the most recent file in production/milestones/ (if they exist) to infer the target version.AskUserQuestion: "Releasing [version]. Is this correct?"AskUserQuestion to ask "What version number should be released? (e.g., v1.0.0)" and wait for user input before proceeding. Do NOT default to a hardcoded version string.When this skill is invoked, orchestrate the release team through a structured pipeline.
Decision Points: At each phase transition, use AskUserQuestion to present
the user with the subagent's proposals as selectable options. Write the agent's
full analysis in conversation, then capture the decision with concise labels.
The user must approve before moving to the next phase.
Use the Task tool to spawn each team member as a subagent:
subagent_type: release-manager — Release branch, versioning, changelog, deploymentsubagent_type: qa-lead — Test sign-off, regression suite, release quality gatesubagent_type: devops-engineer — Build pipeline, artifacts, deployment automationsubagent_type: security-engineer — Security audit for online/multiplayer/data featuressubagent_type: analytics-engineer — Telemetry event verification and dashboard readinesssubagent_type: community-manager — Patch notes and launch communicationsubagent_type: producer — Go/no-go decision, stakeholder communicationsubagent_type: network-programmer — Netcode stability sign-off (invoke if game has multiplayer)Always provide full context in each agent's prompt (version number, milestone status, known issues). Launch independent agents in parallel where the pipeline allows it (e.g., Phase 3 agents can run simultaneously).
Delegate to producer:
Delegate to release-manager:
/release-checklistDelegate in parallel:
Delegate (can run in parallel with Phase 3 if resources available):
Delegate to producer:
If producer declares NO-GO:
AskUserQuestion with options:
Delegate to release-manager + devops-engineer:
/changelogDelegate to community-manager (in parallel with deployment):
/patch-notes [version]If any spawned agent (via Task) returns BLOCKED, errors, or cannot complete:
Common blockers:
/architecture-decision first/create-storiesAll file writes (release checklists, changelogs, patch notes, deployment scripts) are delegated to sub-agents and sub-skills. Each enforces the "May I write to [path]?" protocol. This orchestrator does not write files directly.
A summary report covering: release version, scope, quality gate results, go/no-go decision, deployment status, and monitoring plan.
Verdict: COMPLETE — release executed and deployed. Verdict: BLOCKED — release halted; go/no-go was NO or a hard blocker is unresolved.
/retrospective if significant issues occurred during the release.production/stage.txt to Live after successful deployment.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
JuliusBrussee/caveman
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
vercel-labs/skills
team-release fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
team-release reduced setup friction for our internal harness; good balance of opinion and flexibility.
Useful defaults in team-release — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
team-release is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
team-release is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Registry listing for team-release matched our evaluation — installs cleanly and behaves as described in the markdown.
We added team-release from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
team-release fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Keeps context tight: team-release is the kind of skill you can hand to a new teammate without a long onboarding doc.
team-release has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 54