announcement

Draft and deliver repo-change communications through adapter-defined channels.

9|3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/corca-ai/charness --skill announcement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: announcement
Source: https://github.com/corca-ai/charness/tree/main/plugins/charness/skills/announcement
Command: npx skills add https://github.com/corca-ai/charness --skill announcement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Drafts and delivers human-facing repo-change communications such as release notes and team updates, ensuring value is captured before delivery and that policy is delegated to adapters.

Core Features & Use Cases

  • Recover the human-facing value of recent changes
  • Draft the message in a stable shape for review and iteration
  • Deliver it through an adapter-defined human-facing backend
  • Record what was delivered so later announcements can continue from there

Quick Start

Start by bootstrapping the adapter with the repo and prompting the agent to draft the first announcement.

Frequently Asked Questions about announcement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I draft human-facing release notes from recent repo changes?

This Skill drafts release notes by extracting human-facing value from repo artifacts and commit trails. It applies a draft-first policy to ensure messages are reviewed and iterated before any delivery occurs.

What is the best way to automate team updates for repository changes?

Automating team updates involves preparing audience-appropriate messages from recent changes and routing them through adapter-defined delivery channels. This Skill records delivery activity so later announcements maintain continuity from previous updates.

Can I route repo-change announcements through a custom delivery backend?

Yes, repo-change announcements route through adapter-defined human-facing backends. You bootstrap the adapter with the repo to enable the agent to draft and deliver messages through your configured delivery channels.

Do I need to review announcement drafts before they are delivered?

Yes, the Skill enforces a draft-first policy requiring review before delivery. This ensures human-facing value is captured accurately and provides a stable message shape for iteration prior to routing.

How does an announcement Skill maintain continuity across multiple repo updates?

Continuity is maintained by recording delivery activity and relying on repo artifacts and commit trails. This enables later announcements to continue from previously delivered updates without losing context.