Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计异常

pr-creator公关创作者

Agent Skill

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

总安装

39,552

周安装

1,613

GitHub Stars

102,680

下载量

12,416
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/google-gemini/gemini-cli --skill pr-creator

简介

引导拉取请求创建,强制执行存储库模板和安全标准。

  • 通过关键检查来强制分支安全,以防止提交和推送到主分支
  • 从 .github/ 查找并应用特定于存储库的 PR 模板
  • 目录,支持多种模板变体
  • 通过模板结构保存、清单完成和问题链接来指导描述起草
  • 包括通过 npm run preflight 进行的预检验证
  • 在 PR 创建之前捕获构建、lint 和测试失败
  • 使用 gh
  • 具有临时文件的 CLI,可安全处理多行 Markdown 描述并强制执行常规提交格式

SKILL.md

Pull Request Creator

This skill guides the creation of high-quality Pull Requests that adhere to the repository's standards.

Workflow

Follow these steps to create a Pull Request:

  1. Branch Management: CRITICAL: Ensure you are NOT working on the main branch.

- Run git branch --show-current. - If the current branch is main, you MUST create and switch to a new descriptive branch: git checkout -b <new-branch-name>

  1. Commit Changes: Verify that all intended changes are committed.

- Run git status to check for unstaged or uncommitted changes. - If there are uncommitted changes, stage and commit them with a descriptive message before proceeding. NEVER commit directly to main. git add. git commit -m "type(scope): description"

  1. Locate Template: Search for a pull request template in the repository.

- Check .github/pull_request_template.md - Check .github/PULL_REQUEST_TEMPLATE.md - If multiple templates exist (e.g., in .github/PULL_REQUEST_TEMPLATE/), ask the user which one to use or select the most appropriate one based on the context (e.g., bug_fix.md vs feature.md).

  1. Read Template: Read the content of the identified template file.
  2. Draft Description: Create a PR description that strictly follows the template's structure.

- Headings: Keep all headings from the template. - Checklists: Review each item. Mark with [x] if completed. If an item is not applicable, leave it unchecked or mark as [] (depending on the template's instructions) or remove it if the template allows flexibility (but prefer keeping it unchecked for transparency). - Content: Fill in the sections with clear, concise summaries of your changes. - Related Issues: Link any issues fixed or related to this PR (e.g., "Fixes #123").

  1. Preflight Check: Before creating the PR, run the workspace preflight script to ensure all build, lint, and test checks pass. npm run preflight If any checks fail, address the issues before proceeding to create the PR.
  2. Push Branch: Push the current branch to the remote repository. CRITICAL SAFETY RAIL: Double-check your branch name before pushing. NEVER push if the current branch is main. # Verify current branch is NOT main git branch --show-current # Push non-interactively git push -u origin HEAD
  3. Create PR: Use the gh CLI to create the PR. To avoid shell escaping issues with multi-line Markdown, write the description to a temporary file first. # 1. Write the drafted description to a temporary file # 2. Create the PR using the --body-file flag gh pr create --title "type(scope): succinct description" --body-file <temp_file_path> # 3. Remove the temporary file rm <temp_file_path>

- Title: Ensure the title follows the Conventional Commits format if the repository uses it (e.g., feat(ui): add new button, fix(core): resolve crash).

Principles

  • Safety First: NEVER push to main. This is your highest priority.
  • Compliance: Never ignore the PR template. It exists for a reason.
  • Completeness: Fill out all relevant sections.
  • Accuracy: Don't check boxes for tasks you haven't done.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

29.95%
按下载量换算3,719

Antigravity

24.46%
按下载量换算3,037

Gemini CLI

17.55%
按下载量换算2,179

OpenCode

11.73%
按下载量换算1,456

Cursor

8.03%
按下载量换算997

Codex

3.44%
按下载量换算427

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/google-gemini/gemini-cli --skill pr-creator;npx skills add google-gemini/gemini-cli --skill "pr-creator" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills