Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

release-management发布管理

Agent Skill

release-management 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

31,824

周安装

1,321

GitHub Stars

公开资料未说明

下载量

10,192
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:release-management(发布管理)
来源仓库:https://github.com/recoupable/release-management
仓库路径:skills/release-management
安装命令:
npx skills add https://github.com/recoupable/release-management --skill release-management
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/recoupable/release-management --skill release-management

简介

使用 RELEASE.md 作为所有发布数据、可交付成果和时间表的单一事实来源进行集中式发布活动管理。

  • 组织 18 个部分的发布信息,涵盖项目快照、元数据、叙述、DSP 策略、营销、公关、实物制作、巡演、预算和绩效跟踪
  • 自动从用户上下文推断艺术家和发行版本,然后在releases/{release-slug}/文件夹结构中创建、读取或更新相应的RELEASE.md文档
  • 通过从相关部分提取数据来生成可交付成果,包括 DSP 推介、印刷单、实际生产规格和营销简介
  • 使用共享标签([INTERNAL]、[SHAREABLE]、[OPS])来控制哪些部分可以安全地外部分发给公关人员、DSP 和管理层

SKILL.md

Music Release Management

Manage music release campaigns using RELEASE.md as the single source of truth.

Folder Structure

Releases live inside an artist workspace under releases/. The full path from the sandbox root:

orgs/{org}/
└── artists/
    └── {artist-slug}/
        └── releases/
            └── {release-slug}/
            └── RELEASE.md

Use lowercase-kebab-case for release slugs (e.g. blue-slide-park, debut-ep).

Example:

orgs/recoup-records/artists/gatsby-grace/releases/adhd-ep/
            └── RELEASE.md

Step 1: Identify the Release

When the user mentions a release, infer:

  1. Organization — From the sandbox structure or conversation context
  2. Artist — From the current workspace, conversation history, or ask
  3. Release Name — Album title, EP name, single title
  4. Release slug — Derive from the name (e.g. "Blue Slide Park" → blue-slide-park)

If unclear, ask:

"Which artist and release are you referring to?"

Step 2: Check if RELEASE.md Exists

Once artist and release are identified:

1. Navigate to: orgs/{org}/artists/{artist-slug}/releases/{release-slug}/
2. Check if RELEASE.md exists
3. If YES → Read it and proceed
4. If NO → Ask: "No RELEASE.md found for [Release]. Should I create one?"

Step 3: Create, Update, or Pull

User IntentAction
Discussing a releaseRead RELEASE.md, use as context
Adding informationUpdate the relevant section(s)
Asking for a deliverablePull data from RELEASE.md, generate output
Starting a new releaseCreate folder structure + RELEASE.md from template

Creating a New Release

# 1. Create the folder structure (from sandbox root)
mkdir -p "orgs/{org}/artists/{artist-slug}/releases/{release-slug}"

# 2. Create RELEASE.md from template
# 3. Fill Section 1 (Project Snapshot) first

Updating an Existing Release

  1. Read the current RELEASE.md
  2. Identify which section(s) need updates
  3. Update only those sections
  4. Note changes in Document History (Section 18)

Core Principles

  1. Never fabricate data — Leave sections blank if information is missing
  2. Be proactive — Fill sections as information becomes available
  3. Respect sharing tags[INTERNAL], [SHAREABLE], [OPS] control distribution
  4. One document per release — All release info lives in RELEASE.md
  5. Always confirm the release — Before making changes, confirm which release.

Sharing Tags

TagMeaning
[INTERNAL]Scrub before sharing externally
[SHAREABLE]Safe for publicists, DSPs, management, agents
[OPS]Operations/production team reference

Document Sections

SectionPurposeSharing
1. Project SnapshotCore release infoSHAREABLE
2. Release Identifiers & MetadataUPCs, ISRCs, track dataOPS
3. Narrative & PositioningPitch, story, comparablesSHAREABLE
4. Artist BackgroundBio, streaming historySHAREABLE
5. Audience & Market DataDemographics, geo dataSHAREABLE
6. DSP & Streaming StrategyPitches, playlist targetsSHAREABLE
7. Marketing StrategyCampaign goals, KPIsINTERNAL
8. Social & Digital MarketingOrganic, paid, influencerINTERNAL
9. PR & Media RelationsPress targets, materialsSHAREABLE
10. Visual & Creative AssetsArtwork, videos, canvasesSHAREABLE
11. Physical ProductionVinyl, CD, cassette specsOPS/INTERNAL
12. MerchItems, strategyINTERNAL
13. Experiential & OOHEvents, billboardsINTERNAL
14. Touring & LiveDates, venues, routingSHAREABLE
15. Team ContactsAll stakeholdersINTERNAL
16. Budget OverviewAllocated/spent/remainingINTERNAL
17. Performance TrackingWeekly KPIs, learningsINTERNAL
18. Links & Resources HubAll asset links

Generating Deliverables

See references/deliverables.md for output patterns:

  • DSP Pitch — Pull from Sections 1, 3, 4, 5, 6
  • Press One-Sheet — Pull from Sections 1, 3, 4, 9, 10
  • Physical Production Spec — Pull from Sections 2, 11
  • Marketing Brief — Pull from Sections 1, 3, 5, 6, 7, 8
  • Tour Marketing Brief — Pull from Sections 1, 3, 5, 14

When generating any deliverable:

  1. Check RELEASE.md for required data
  2. Identify missing fields
  3. Request missing info from user OR generate with gaps noted
  4. Format per deliverable spec

Template

The full release template is in references/release-template.md. Copy this file to start a new release.

Section Deep-Dive

See references/section-guide.md for detailed guidance on each section, including:

  • What each field means
  • Common data sources
  • Best practices for filling out
  • Red flags to watch for

Workflows

New Release Setup

  1. Copy template → RELEASE.md
  2. Fill Section 1 (Project Snapshot)
  3. Fill Section 2.2 (Track Metadata) as available
  4. Draft Section 3 (Narrative & Positioning)
  5. Pull artist data for Sections 4-5
  6. Build DSP pitch (Section 6)
  7. Continue through remaining sections as timeline progresses

Pre-Release Checklist

Before announcement, verify these sections are complete:

  • Section 1: All dates confirmed
  • Section 2: UPC assigned, ISRCs for all tracks
  • Section 3: Pitch and narrative finalized
  • Section 6: DSP pitch submitted
  • Section 9: Press materials ready
  • Section 10: All visual assets delivered

Release Week Checklist

  • Section 6: Pre-save links live
  • Section 7: Phase 2 actions executing
  • Section 8: Paid ads launched
  • Section 9: Press embargo lifted
  • Section 17: Tracking dashboard ready

Post-Release

  • Section 17: Weekly KPIs logged
  • Section 17: Wins and learnings documented
  • Document History updated

Example Interactions

Creating a new release

User: "Create a RELEASE.md for the new album 'Decisions'" Process: 1. Release = "Decisions", slug = decisions 2. Create releases/decisions/RELEASE.md from template 3. Ask: "What's the release date?" (to fill Section 1)

Adding metadata

User: "Update the 'Sunrise' RELEASE.md with these ISRCs" Process: 1. Release = "Sunrise", slug = sunrise 2. Open releases/sunrise/RELEASE.md 3. Update Section 2.2 with ISRC data 4. If file not found → "No RELEASE.md for 'Sunrise'. Should I create one?"

Generating a deliverable

User: "Generate a DSP pitch from the Midnights RELEASE.md" Process: 1. Read releases/midnights/RELEASE.md 2. Pull data from Sections 1, 3, 4, 5, 6 3. Format per deliverables.md spec 4. If missing fields → "Missing [fields]. Proceed with gaps noted?"

Checking release status

User: "What's missing from the 'For All The Dogs' release doc?" Process: 1. Read releases/for-all-the-dogs/RELEASE.md 2. Run through Pre-Release Checklist 3. Report incomplete sections

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.87%
按下载量换算3,452

Claude

30.05%
按下载量换算3,063

Cursor

20.13%
按下载量换算2,052

Gemini CLI

8.47%
按下载量换算863

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills