Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

ln-912-community-announcerln 912 社区播音员

Agent Skill

ln-912-community-announcer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,497

周安装

102

GitHub Stars

441

下载量

479
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ln-912-community-announcer(ln 912 社区播音员)
来源仓库:https://github.com/levnikolaevich/claude-code-skills
仓库路径:skills/ln-912-community-announcer
安装命令:
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-912-community-announcer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-912-community-announcer

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于研究检索类任务,可结合来源仓库和原始 README 核验具体用法。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和安装路径。
  • 建议在安装前确认维护状态、是否会触发联网或文件读写操作。
  • ln-912-community-announcer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Paths: File paths (shared/, references/, ../ln-*) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If shared/ is missing, fetch files via WebFetch from https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}.

ln-912-community-announcer

Type: L3 Worker (standalone) Category: 9XX Community Engagement Composes and publishes structured announcements to GitHub Discussions (Announcements category).


Phase 0: GitHub Discovery

MANDATORY READ: Load shared/references/community_github_discovery.md

Execute the discovery protocol. Extract:

  • {owner}/{repo} for URLs and git commands
  • repo.id for GraphQL mutation
  • categories["Announcements"] category ID for publishing
  • Verify Announcements category exists

Load strategy: check docs/community_engagement_strategy.md in target project, fallback to shared/references/community_strategy_template.md. Extract Section 2 (Announcement Triggers) and Section 6 (Tone Guide).

MANDATORY READ: Load shared/references/community_discussion_formatting.md MANDATORY READ: Load announcement_styles.md MANDATORY READ: Load shared/references/humanizer_checklist.md


Phase 1: Gather Context

  1. Read strategy Section 2 -- verify this qualifies as an announcement
  2. Read CHANGELOG.md -- extract the latest entry (or the entry matching $ARGUMENTS date if provided)
  3. Read README.md -- check current version badge, any WARNING/IMPORTANT callouts
  4. Run: git log --oneline -20 -- recent commits for context
  5. If $ARGUMENTS contains a topic keyword (not a date), use it as the announcement subject
  6. Run: git diff --name-only (uncommitted) or git diff --name-only HEAD~1..HEAD (last commit) -- build the list of changed files
  7. Read key source files from the diff (max 5 files, prioritize by relevance to $ARGUMENTS topic):

- Protocol/guide files in diff -> read full (the substance) - SKILL.md files in diff -> read only changed sections via git diff -- {file} - Reference files -> read if substantially changed - Goal: understand the "why" behind changes that CHANGELOG doesn't spell out


Phase 2: Classify and Select Style

2a. Classify Announcement Type

TypeTriggerEmoji
ReleaseNew version in CHANGELOG:rocket:
Breaking ChangeWARNING callout in README or "breaking" in CHANGELOG:warning:
New FeaturesNew feature entries in CHANGELOG:sparkles:
ArchitectureStructural changes (new categories, plugin splits):building_construction:
CommunityNon-technical updates (events, milestones):people_holding_hands:

2b. Select Style

Use the Style Selection Matrix from announcement_styles.md to pick a primary style based on announcement type. Check the last 3 announcements in Discussions — if they all used the same style, pick a different one for variety.

Optionally mix: use a hook from one style with the body from another (see Mixing Styles table in announcement_styles.md).


Phase 3: Compose Announcement

Use the selected style template from announcement_styles.md as the structural basis, and discussion_formatting.md for GitHub markdown syntax.

Required elements (all styles):

  • Add ### Contributors section after ### What's Next — thank contributors by @mention if applicable (skip for solo work)
  • Add footer: *Full changelog: [CHANGELOG.md](https://github.com/{owner}/{repo}/blob/{default_branch}/CHANGELOG.md)*
  • If breaking change: include migration steps with clear before/after in an > [!IMPORTANT] alert
  • End with engagement question (per Writing Quality checklist in announcement_styles.md)

Phase 4: Fact-Check

Before presenting to user, verify every verifiable claim in the draft:

  1. Commands & code blocks -- grep README.md for each command/snippet in the draft. If command not found -> replace with the actual command. Never invent install/update commands.
  2. File paths & links -- verify each linked file exists: ls {path}. Remove or fix broken links.
  3. Numbers -- verify counts mentioned against actual data: git diff --name-only | grep -c SKILL.md or ls -d ln-*/SKILL.md | wc -l.
  4. Feature descriptions -- re-read the key source file (from Phase 1 step 7) and confirm the draft accurately describes what changed. No hallucinated capabilities.
  5. Names -- verify names match actual directory/file names in the repo.
  6. Humanizer audit -- run the audit protocol from humanizer_checklist.md. If 3+ AI patterns found, rewrite flagged sections.

Gate: If any check fails, fix the draft before proceeding.


Phase 5: Review and Publish

Present the composed announcement title + body to the user. Wait for explicit approval before publishing.

After approval, publish via GraphQL using discovery context:

gh api graphql -f query='
  mutation($title: String!, $body: String!, $repoId: ID!, $catId: ID!) {
    createDiscussion(input: {
      repositoryId: $repoId,
      categoryId: $catId,
      title: $title,
      body: $body
    }) {
      discussion { url }
    }
  }
' -f title="TITLE_HERE" -f body="BODY_HERE" -f repoId="{repo.id}" -f catId="{categories.Announcements}"

Report the discussion URL to the user.

Note: Pinning is not available via API -- remind the user to pin manually in GitHub UI if the announcement is important.


Phase 6: Cross-Post (Optional)

If the announcement is a release or breaking change, suggest:

  1. Create a matching GitHub Release if a version tag exists: gh release create vX.Y.Z --notes "See discussion: URL"
  2. Update the repo description if the announcement changes the project scope

Definition of Done

  • Context gathered (CHANGELOG, README, git log, key source files)
  • Announcement type classified + style selected (different from last 3)
  • Draft composed using selected style template + formatting rules
  • Writing quality checklist passed (announcement_styles.md)
  • Fact-checked (commands, paths, numbers, descriptions, names verified)
  • User approved final draft
  • Published via GraphQL mutation, URL reported

Version: 1.0.0 Last Updated: 2026-03-13

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.59%
按下载量换算170

Claude

30.06%
按下载量换算144

Cursor

19.27%
按下载量换算92

Gemini CLI

9.74%
按下载量换算47

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills