بنقرة واحدة
ship
Commit all changes, push to origin, and create a GitHub pull request
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Commit all changes, push to origin, and create a GitHub pull request
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Wait for ALL CI checks and PR review to complete, fix CI failures and review issues, loop until PR is clean
根据 Maker App ID 拉取该应用的 chat 列表,并生成可直接打开的 maker/fuping URL 表格。当用户提供 Maker App ID(UUID 形式,如 99b00f3e-e64a-455a-b000-9ec2c95297d7)并想查看该应用下所有 chat 会话、复盘历史对话、获取带 bypassAuth 的直达链接时使用。默认先查生产,生产无数据时回落到 fuping;也可显式指定 prod/fuping/both。
从 CDN 下载指定项目的构建产物,还原为本地可编辑的项目结构,供排查用户问题使用。当用户说"还原项目"、"拉取项目"、"下载项目"、"restore project",或提供了 project_id、game_url、maker/fuping 链接、app_id 等任意项目标识并要求拉取/还原/排查时使用此技能。也应在用户粘贴了 maker.taptap.cn、fuping.agnt.xd.com、*.games.tapapps.cn、*.ipv.taptap-code.org 等链接并希望查看/调试/运行该项目时触发。
Set up or audit documentation health for any repo. Use 'init' to bootstrap a docs/ structure (plans/, design/, research/) with YAML front matter, agent discovery scripts, and anti-rot mechanisms. Use 'audit' to detect stale design docs, undistilled completed plans, broken internal links, and CLAUDE.md drift. Use when: 'set up docs', 'doc health', 'check documentation', 'audit docs', 'bootstrap documentation', 'prevent doc rot'.
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Install Claude Code skills (ship, pr-fixup, deep-review) and GitHub Actions (pr-review, claude-comment) into the current repo
| name | ship |
| description | Commit all changes, push to origin, and create a GitHub pull request |
| disable-model-invocation | true |
| argument-hint | [commit message or description of changes] |
将当前工作提交、推送并创建 PR,一步到位。
git status 和 git diff 查看所有变更git log --oneline -5 了解提交风格git add 与本次变更相关的文件,不要 git add . 或 git add -A<type>: <中文描述>,type 使用 conventional commits(feat/fix/test/docs/refactor/chore)$ARGUMENTS 提供了描述,以此为基础生成 commit message在 push 前,检查本次变更是否需要同步更新文档:
扫描 docs/design/ 下所有 .md 文件的 YAML front matter 中的 related_paths。
如果本次变更的文件匹配了某个设计文档的 related_paths,提醒用户该设计文档可能需要更新。
扫描 docs/plans/ 下的 .md 文件:
related_paths,检查该 plan 的 status 和 last_updated 是否需要更新completed检查 CLAUDE.md 中引用的路径是否仍然有效,以及本次变更是否引入了 CLAUDE.md 应记录但未记录的内容(新目录、新工具、新工作流)。
如果变更修改了用户可见的行为(CLI 参数、API 行为、协议格式等),检查 docs/guides/ 下是否有对应文档需要同步。
处理方式:
main 分支,先创建新分支(基于变更内容命名,如 feat/add-vitest)git push -u origin <branch>gh pr create 创建 PR## 变更概述
- <变更要点,1-3 条>
## 测试计划
- [ ] <测试项>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
.env、credentials 等敏感文件/pr-fixup 自动等待 review 并修复问题