pr-writing-review

仓库创建 2025年1月19日最近提交 15 小时前SkillHot 收录 20 天前
▸ 精选理由

快速把散乱评审反馈转为可复用的写作改进清单。

▸ 风险提示

需要 gh 认证,访问私有仓库需合适权限。

这个 Skill 做什么

从 GitHub PR 评论中提取并结构化写作与风格改进建议。

把 GitHub PR 里的评论中关于写作和风格的反馈提取并结构化,列出原句与审阅建议的对比,方便学习和改进文案。适合整理代码审查中的编辑意见、统计常见写作问题或为下一次提交做风格改进时使用。特别能同时处理明确建议和普通文本反馈,输出可操作的改进清单。

▸ 展开 SKILL.md 英文原文

Extract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing with reviewer suggestions to help refine future writing.

开发编程PR 评论编辑建议GitHub通用
3.9k
Stars
422
Forks
2
仓库内 Skill
+20
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/evalstate/fast-agent/main/examples/hf-toad-cards/skills/pr-writing-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/evalstate/fast-agent/main/examples/hf-toad-cards/skills/pr-writing-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# PR Writing Review

Extract editorial feedback from GitHub PRs to learn from review improvements.

## Prerequisites

- **GitHub CLI**: `gh` installed
- **Authenticated `gh` session**: `gh auth status` should show you’re logged in
  - For private repos, your token needs appropriate scopes (typically `repo`).
- **Python**: 3.12+
- **uv** (recommended): https://github.com/astral-sh/uv

## Division of Labor

| Tool              | Responsibility                                                          |
| ----------------- | ----------------------------------------------------------------------- |
| **Python script** | API calls, parsing, file tracking across renames, structured extraction |
| *
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有