tanner-create-pr

仓库创建 2026年7月3日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

保证 PR 清晰、一致并满足预检要求,便于审阅与自动化。

这个 Skill 做什么

按 Tanner 的格式与检查项生成规范的 Pull Request 标题与正文。

按 Tanner 的风格把 Pull Request 的标题和正文写得清楚、有条理,还会列出必须通过的检查项,让 reviewer 一看就懂改了什么和为什么。每次创建或草拟 PR(手动或被 Conductor 等 agent 调用)时都能派上用场。重点是用 Tanner 的口吻、避免 lint/build 错误,减少因描述不清被退回的情况。

▸ 展开 SKILL.md 英文原文

How Tanner wants pull requests written — title format, body structure, and the checks that must pass first. Use whenever you are creating, opening, generating, or drafting a PR (including from an agent harness like Conductor that invokes a create-PR step), or writing a PR title or description.

开发编程PR写作变更说明提交规范通用
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tannergodarzi/tanner-agent-standards/main/.claude/skills/tanner-create-pr/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tannergodarzi/tanner-agent-standards/main/.claude/skills/tanner-create-pr/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Tanner Create PR

How to open a pull request the way Tanner wants it. Run this **whenever a PR is being
created** — by hand, or when an agent harness (Conductor and others) invokes its create-PR
step. The goal is a PR whose title and body tell a reviewer exactly what changed and why,
that reads in Tanner's voice, and that never lands with lint or build broken.

> Plain markdown — any agent can read this file directly; Claude Code additionally
> auto-loads it as a skill.

## Before you open the PR

Do these first — a PR that fails them isn't ready to exist:

1. **The repo's checks pass.** Run whatever the repo defines — typically `npm run lint`,
   `npm run build`, and its test command. Eac
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有