ワンクリックで
interview-writer
AI 采访式内容创作系统。不是人写,也不是 AI 自动写,而是 AI 分析后采访人再按人的风格写。通过问答不断沉淀用户画像(观点、写作风格、思考逻辑),持续迭代演进。支持博客、社交媒体、观点文章等场景。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
AI 采访式内容创作系统。不是人写,也不是 AI 自动写,而是 AI 分析后采访人再按人的风格写。通过问答不断沉淀用户画像(观点、写作风格、思考逻辑),持续迭代演进。支持博客、社交媒体、观点文章等场景。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Process one GitHub issue end-to-end — read the issue + referenced repo docs/code + existing comments, verify against the landed implementation/intent, and post evidence-backed findings as a comment on the issue. Covers doc-review, doc-audit, system-audit, research, and idea issue types. Use when handling a single issue (issue-sweep calls this per issue).
Sweep open GitHub issues for unprocessed human input and act on each via the issue-review skill — delete-PRs for human-approved deprecated docs, doc-update PRs for approved drifted docs, fix-PRs for approved bugs, analysis+TDD-plan comments for feature/design requests (then implement after confirmation), close issues whose PR merged, comment-only on conditional/security/needs-decision ones. The actionable signal may be a comment OR the issue body. With --autofix-green, also auto-fixes "green" issues that have no human reply yet (unambiguous + verifiable-here + low-risk + non-security) — reproduce→fix→test→PR, never auto-merge. Run manually (/agentloop:issue-sweep) or on a schedule. Designed for a doc-audit + spin-off + feature workflow.
One-command setup/update of an agentloop FLEET on a teammate's machine or cloud — asks a few defaulted questions, then generates/reconciles the two config files (deployment.json + repos.json) and installs the schedule. LOCAL = a crontab marker-block wiring fleet/driver.ts (one row per skill; the driver fans out to every covered repo). CLOUD = one claude routine per (repo×skill) via RemoteTrigger, batch-created from the same catalog. Idempotent — re-run to upgrade. This is the SCHEDULING side that `bootstrap` (repo adoption) deliberately leaves out. Interactive — never runs unattended.
Independent clean-context review of ONE open GitHub pull request — read PR diff + linked issue + verify every claim against live code/tests + run the verification gate (pre-merge) and diagnose its root-cause + detect conflicts with sibling PRs, then emit an evidence-backed merge-readiness verdict (MERGE / COMMENT / SUPERSEDE / BLOCK / CLOSE). Runs verification every time (read-only safe); --post writes one verdict comment. Never auto-merges (that gated step belongs to pr-sweep). Use /agentloop:pr-review <pr#> for a single PR; pr-sweep batches this engine across all open PRs.
Batch-review every open GitHub PR and drive it to a terminal state autonomously — fan out a clean-context pr-review per PR (verify claims against live code, run the verification gate), cluster PRs by shared issue + shared files, DEDUP-CLOSE same-issue duplicates (keep the best one, comment + close the twin), and GATED auto-merge every verified non-breaking PR (docs/tests/fixes AND features) while escalating only security / breaking changes / architecture-direction decisions to a human. Designed to run on a schedule on an independent machine so PRs get reviewed + merged without a human in the loop. Run /agentloop:pr-sweep (review+comment+dedup-close only), /agentloop:pr-sweep --merge (also auto-merge gated PRs), or /agentloop:pr-sweep --dry-run (report only).
Iterative clean-context review of a design/plan document or issue — spawn independent-perspective reviewers each round, score, and synthesize findings without carrying prior-round bias. Use to review an implementation plan, architecture doc, or design proposal before building.
| name | interview-writer |
| description | AI 采访式内容创作系统。不是人写,也不是 AI 自动写,而是 AI 分析后采访人再按人的风格写。通过问答不断沉淀用户画像(观点、写作风格、思考逻辑),持续迭代演进。支持博客、社交媒体、观点文章等场景。 |
AI 采访式内容创作系统 - 通过结构化采访,生成符合用户风格的原创内容。
优先级顺序(用户配置覆盖默认):
~/.claude/content-profile/references/ 目录加载逻辑:
For each profile file (writing-style, opinions, thinking-patterns, domain-knowledge):
1. Check if ~/.claude/content-profile/{file}.md exists
2. If exists → use user's version
3. If not exists → use references/{file}.md from this skill
画像更新目标:
~/.claude/content-profile/接收内容触发(用户提供以下任一):
AI 分析步骤:
~/.claude/profile/ 下相关背景文件(如有必要)内容类型自动识别:
| 触发内容特征 | 判断类型 | 输出组合 |
|---|---|---|
| 自己的产品/功能发布 | Release Blog | 博客 + 社交媒体 + 中英双语 |
| 需要媒体报道的重大事件 | Press Release | 新闻稿 + 社交媒体 + 中英双语 |
| 对他人文章/事件的评论 | Opinion/Commentary | 社交媒体为主,可选长文 |
| 技术实现/架构分享 | Engineering Blog | 博客 + 社交媒体 + 英文优先 |
| 行业趋势/洞察分析 | Insight Blog | 博客 + 社交媒体 + 中英双语 |
关键原则:文章、社交媒体、多语种不是选择关系,而是同时需要。一次性给出全面结果。
问题生成原则:
问题类型:
1. 立场确认(选择题)
"关于 X 的观点,你更倾向于 A 还是 B?"
2. 角度挖掘(开放式)
"这件事最让你在意的是什么?"
3. 深度追问(基于回答)
"你提到 Y,能展开说说为什么?"
4. 风格确认(选择题)
"这篇内容的语气:A) 犀利批判 B) 冷静分析 C) 热情推荐"
5. 故事/案例询问(根据文章类型)
**Founder 观点类**:
- 先总结 2-3 类最适合的故事方向(基于论点)
- 让用户选择后再描述,防止跑题
- 示例:"这个观点可以用以下几类故事支撑:A) 创业早期的决策 B) 技术选型的教训 C) 团队协作的案例,有相关经历吗?"
**Marketing 类**:
- 优先问客户成功案例
- 次之问自己的故事/案例
- 示例:"有没有客户因为这个功能获得明显收益的案例?"
**审核机制**:
- 用户提供故事后,审核是否符合论点
- 符合 → 使用
- 不符合 → clarify 或拒绝,不能硬塞
- 没有合适故事 → 不加,不编造
采访轮次:
生成步骤:
writing-style.md 中的风格特征thinking-patterns.md 中的思考框架domain-knowledge.md 中的专业见解输出包结构(根据内容类型自动组合):
## 输出包
### 1. 博客/长文(如适用)
- 完整 Markdown
- 中文版 + 英文版
### 2. 社交媒体
- Twitter/X 版本(280字符内,或 thread 形式)
- 中文版 + 英文版
### 3. 新闻稿(如适用)
- 标准新闻稿格式
- 中文版 + 英文版
关键原则:
采访结束后,自动更新用户画像:
# 更新目标目录(始终写入用户目录)
~/.claude/content-profile/writing-style.md # 新发现的表达习惯
~/.claude/content-profile/opinions.md # 新表达的观点立场
~/.claude/content-profile/thinking-patterns.md # 新观察到的思考模式
~/.claude/content-profile/domain-knowledge.md # 新获取的领域见解
更新原则:
用户: 帮我写一篇对这篇文章的评论 [提供链接]
AI: [读取画像]
[分析文章核心观点]
根据你之前的观点,你可能会对以下几点有看法:
1. 作者说 X,但这和你的 Y 理念似乎有冲突
2. 文章忽略了 Z,这是你通常关注的
问题:
1. 你对这篇文章的总体态度是?
A) 基本认同,想补充一些
B) 部分认同,有不同看法
C) 不太认同,想提出反驳
2. 最想表达的一个核心观点是什么?
用户: B,我想说的是...
AI: [继续追问细节]
[生成评论]
[更新画像]
用户: 帮我写产品 X 发布的博客
AI: [读取画像 + products/x.md]
我了解你对 X 的定位。为了写好这篇博客:
1. 这次发布想强调哪个方向?
A) 技术架构创新
B) 解决的实际问题
C) 与其他方案的差异
D) 愿景和长期方向
2. 目标读者是谁?
A) 技术开发者
B) 产品决策者
C) 投资者/观察者
D) 混合
用户: A + B,主要给技术开发者看
AI: [追问技术细节重点]
[生成博客]
[更新画像]
本技能自带默认配置(references/ 目录):
writing-style.md - 默认写作风格opinions.md - 默认观点模板thinking-patterns.md - 默认思考模式domain-knowledge.md - 默认领域知识用户可在以下位置创建自定义配置(优先级高于默认):
~/.claude/content-profile/writing-style.md~/.claude/content-profile/opinions.md~/.claude/content-profile/thinking-patterns.md~/.claude/content-profile/domain-knowledge.md在需要时加载:
~/.claude/profile/ - 用户基础画像~/.claude/products/ - 产品知识库