vrew-create-pr

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

适合 Vrew 团队自动化开 PR 流程并检查仓库上下文。

▸ 风险提示

要求本地 git 权限与远程写入,慎用并注意分支/冲突处理。

这个 Skill 做什么

在 Vrew 仓库上从当前分支创建并推送 Pull Request(含 rebase)。

在 Vrew 仓库从当前分支创建并推送一个 Pull Request,流程包含拉取、rebase 到基线分支、推送到个人 fork 并按 PR 模板填写内容。当你需要我帮你在 Vrew 打开 PR、指定主审和审查时机时就会用到。特别之处是有仓库范围校验,会先确认是 Vrew 仓库才执行,避免误操作。

▸ 展开 SKILL.md 英文原文

Create a pull request on v6x/vrew from the current feature branch using the GitHub MCP. Use when the user asks to open/create a Vrew PR. Takes the main reviewer and review timing (both required), plus optional sub reviewer / label as args. Covers pulling+rebasing onto the base branch before pushing, pushing to the origin remote (personal fork), and the PR body template rules.

开发编程Vrew专用PR创建仓库操作通用
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jongwonlee-nemo/oh-my-agents/main/claude/skills/vrew-create-pr/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jongwonlee-nemo/oh-my-agents/main/claude/skills/vrew-create-pr/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Create a Vrew PR

## Scope guard

This skill is only for Vrew and its worktrees. Before applying it, confirm the current repository appears to be Vrew by checking repository context such as path, git remote, package metadata, or known Vrew files. If it is not clearly Vrew, stop and say this skill is repo-specific.

## Arguments
Invoked as `/vrew-create-pr <main-reviewer> <review-timing> [sub-reviewer] [label]`:
- **main-reviewer** (required, first arg) — GitHub login. Registered as a formal review request (gets the review-request notification).
- **review-timing** (required) — Desired review timing. Fill the PR body's "리뷰 희망 시점" line exactly with this value. If it is missing from the args,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有