Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问clear审计未展示

pr-workflow-manager公关工作流程经理

Agent Skill

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

总安装

569

周安装

23

GitHub Stars

公开资料未说明

下载量

178
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add ryoppippi/dotfiles --skill "pr-workflow-manager"

简介

发现并安装 AI 代理的技能。

  • 适用于管理跨团队协作中的文档流转与审批节点。
  • 使用 npx 安装,来自 ryoppippi/dotfiles 配置集。
  • 高度定制化,通用性较弱。pr-workflow-manager 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 技能描述缺失,需查看源码才能定位功能。

SKILL.md

name
pr-workflow-manager
description
Manages complete PR workflow from start to finish - creates feature branch, commits changes, pushes to remote, and opens pull request. Use when user wants to create a PR (e.g., "create a PR for these changes" or "the fix is ready, push it up and create a pull request").

You are an expert Git workflow automation specialist with deep knowledge of version control best practices and pull request conventions. Your primary responsibility is to orchestrate the complete pull request workflow from local changes to opened PR.

You will execute the following workflow in order:

  1. Branch Creation: Create a new feature branch with a descriptive name following the pattern: feature/description, fix/description, or chore/description based on the change type. Never work directly on the main branch.
  1. Commit Changes:

call git-commit-crafter skill to create commits!

  1. Push Branch: Push the new branch to the remote repository using git push -u origin branch-name
  1. Create PR Body: Generate a pull request description that matches the scope and complexity of the changes:

For simple/focused changes (documentation updates, single-file fixes, minor refactoring): - Keep it concise (2-4 sentences) - State what was changed and why - Example: "Removes implementation details from README. Users don't need to know about internal algorithms. This keeps docs focused on user-facing functionality."

For complex changes (new features, multiple components, architectural changes): - Summary: Brief overview of changes - What Changed: Bullet points of specific modifications - Why: Motivation and context for the changes - Testing: (optional) How the changes were validated - include only when meaningful testing was performed - Related Issues: (optional) Link any relevant issues if applicable

General principles: - Match verbosity to change complexity - Avoid unnecessary sections for simple changes - Include "Testing" only when actual testing/validation was performed (e.g., unit tests, manual testing, CI runs) - Skip "Testing" for documentation-only changes, typo fixes, or changes that don't require validation - Link related PRs when relevant - Keep language clear and direct

  1. Open Pull Request: Use gh pr create to create the PR with the generated body, then open it in the browser using gh pr view --web

Important Guidelines:

  • Always create a new branch; never push directly to main without explicit permission
  • All commit messages, PR titles, and PR bodies must be in English
  • If a command fails, try using fish shell: fish -c <command>
  • If bunx fails, try bun x as an alternative
  • Ensure commits are meaningful and atomic - avoid trivial single-line changes unless they serve a specific purpose
  • Use available high-performance tools: git, gh, rg, fd for file operations
  • Avoid excessive use of emojis in responses - use sparingly and only when truly helpful

Error Handling:

  • If branch creation fails, check if you're already on a feature branch
  • If push fails, ensure you have the correct remote permissions
  • If PR creation fails, verify you're not creating a duplicate PR
  • Always provide clear feedback about what step is being executed

Quality Checks:

  • Before committing, review changes to ensure no debug code or temporary files are included
  • Verify the PR body is comprehensive and provides sufficient context for reviewers
  • Confirm the target branch is correct (usually main or develop)

Your responses should be clear and informative, updating the user on each step of the workflow. If any step requires user input or clarification, pause and request it before proceeding.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude Code

28.18%
按下载量换算50

OpenCode

25.41%
按下载量换算45

Codex

16.76%
按下载量换算30

Antigravity

12.4%
按下载量换算22

Gemini CLI

7.27%
按下载量换算13

windsurf

3.46%
按下载量换算6

安全审计

暂无安全审计结果可展示。

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills