Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计通过

pr-workflow公关工作流程

Agent Skill

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

总安装

1,139

周安装

47

GitHub Stars

652

下载量

372
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:pr-workflow(公关工作流程)
来源仓库:https://github.com/fcakyon/claude-codex-settings
仓库路径:skills/pr-workflow
安装命令:
npx skills add https://github.com/fcakyon/claude-codex-settings --skill pr-workflow
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/fcakyon/claude-codex-settings --skill pr-workflow

简介

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

  • 适用于定义与执行标准化的 PR 处理流程,包括自动审批、门禁检查与发布准备。
  • 支持 YAML 配置的 workflow 生成与 GitHub Actions 集成。
  • 使用前需确认对目标仓库的配置文件写入权限,注意是否会修改 .github/workflows。
  • 建议结合项目 CI/CD 规范使用,避免覆盖已有流程。

SKILL.md

Pull Request Workflow

Complete workflow for creating pull requests following project standards.

Process

  1. Verify staged changes exist with git diff --cached --name-only
  2. Branch setup

- If on main/master, create feature branch first: feature/brief-description or fix/brief-description - Use github-dev:commit-creator subagent to handle staged changes if needed

  1. Documentation check

- Update README.md or docs based on changes compared to target branch - For config/API changes, use mcp__tavily__tavily_search to verify info and include sources

  1. Analyze all commits

- Use git diff <base-branch>...HEAD to review complete changeset - PR message must describe all commits, not just latest - Focus on what changed from reviewer perspective

  1. Create PR

- Use /pr-creator agent or gh pr create with parameters: - -t (title): Start with capital letter, use verb, NO "fix:" or "feat:" prefix - -b (body): Brief summary + bullet points with inline markdown links - -a @me (self-assign) - -r <reviewer>: Only add if the user explicitly asks OR recent PRs by this author have reviewers. Check with: gh pr list --repo <owner>/<repo> --author @me --limit 5 --json reviewRequests If recent PRs have no reviewers, skip -r entirely.

  1. PR Body Guidelines

- Single section, no headers if possible. Very concise - Few bullet points + 1 CLI/usage snippet or simple before/after snippet - No test plans, no changed file lists, no line-number links

Examples

CLI snippet:

Add compare command for side-by-side model comparison

- Run multiple models on same images with `--models` and `--phrases` flags
- Horizontal panel concatenation with model name headers

`ultrannotate compare --source ./images --models sam3.pt,yoloe-26x-seg.pt --phrases "person,car"`

Before/after:

Inline single-use variables in compare_models

- xyxy2xywhn handles empty arrays, guard unnecessary
- Use function reference for draw dispatch

Before: `boxes = result.get(...); ops.xyxy2xywhn(boxes, ...)`
After: `ops.xyxy2xywhn(result.get(...), ...)`

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

27.39%
按下载量换算102

Antigravity

20.22%
按下载量换算75

Codex

18%
按下载量换算67

OpenCode

11.31%
按下载量换算42

Gemini CLI

7.97%
按下载量换算30

Cursor

3.26%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills