external-comms

仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

把自动起草和强制人工审阅结合,适合对外沟通需谨慎审核的项目。

这个 Skill 做什么

扫描社群讨论并草拟回复,呈现供人工审阅后才由人类发布的 PAO 工作流。

扫一遍社区的 issue 和讨论,自动起草回复并用 humanizer 处理后以审阅表呈现,必须由人类审核通过才能发布,绝不自动发帖。每一步都会记录到 .squad/comms/audit/,适合团队统一处理社区沟通、PR 回复或公共渠道回应。最大的特点是强制人工复核门控,保证敏感或公开回复有人把关。

▸ 展开 SKILL.md 英文原文

PAO workflow for scanning, drafting, and presenting community responses with human review gate

自动化集成社区沟通草稿与复核审计日志通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/external-comms/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/external-comms/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Context

Phase 1 is **draft-only mode**.

- PAO scans issues and discussions, drafts responses with the humanizer skill, and presents a review table for human approval.
- **Human review gate is mandatory** — PAO never posts autonomously.
- Every action is logged to `.squad/comms/audit/`.
- This workflow is triggered manually only ("PAO, check community") — no automated or Ralph-triggered activation in Phase 1.

## Patterns

### 1. Scan

Find unanswered community items with GitHub MCP tools first, or `gh issue list` / `gh api` as fallback for issues and discussions.

- Include **open** issues and discussions only.
- Filter for items with **no squad team response**.
- Limit to items created
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有