بنقرة واحدة
github
GitHub 集成。识别 GitHub 链接、使用 gh CLI 获取上下文、关联到 commit、执行 GitHub 操作。自动触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
GitHub 集成。识别 GitHub 链接、使用 gh CLI 获取上下文、关联到 commit、执行 GitHub 操作。自动触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Personalized writing assistant with style transfer, error memory, grammar checking, and long-term writing preferences. Use when users ask for writing polishing, style mimicry, iterative correction, bilingual grammar checks, or persistent writing preferences by domain.
Academic paper AI content detection and rewriting assistant. Analyzes text for AI-generated characteristics, provides detailed rewrite suggestions. Supports .docx files, outputs reports and rewritten documents. Bilingual: Chinese & English.
解释代码、回答技术问题或概念问答时使用。直接给出答案,不启动开发流程。
评估系统架构、平台设计或高层结构时使用。输出风险检查清单。
Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.
Autonomous multi-round research review loop. Repeatedly reviews via Codex MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.
| name | github |
| description | GitHub 集成。识别 GitHub 链接、使用 gh CLI 获取上下文、关联到 commit、执行 GitHub 操作。自动触发。 |
| argument-hint | <url | #issue | PR N> |
使用 gh CLI 识别 GitHub 资源、获取上下文并执行操作。
示例命令中的 <gh_cmd> 默认是 gh;当 gh 出现网络失败时,切换为 proxy-gh。
gh 执行命令。gh 报网络错误(如 timeout、TLS handshake timeout、connection reset、Temporary failure in name resolution),且 command -v proxy-gh 可用,则使用同一参数改为 proxy-gh 重试一次。proxy-gh 不可用或重试后仍失败,输出已尝试命令与错误摘要并停止。github.com/owner/repo/issues/123、/pull/456、/commit/abc123#123、owner/repo#456issue 123、pr 456、pull request 456| 模式 | 类型 | <gh_cmd> 命令 |
|---|---|---|
#123 或 /issues/123 | Issue | <gh_cmd> issue view 123 |
#456 或 /pull/456 | PR | <gh_cmd> pr view 456 |
/commit/abc123 或 abc123 | Commit | git show abc123 或 <gh_cmd> api repos/{owner}/{repo}/commits/abc123 |
/releases/tag/v1.0 | Release | <gh_cmd> release view v1.0 |
/actions/runs/123 | Workflow Run | <gh_cmd> run view 123 |
--json 获取结构化信息并输出摘要#123 且无法推断仓库时,先询问 owner/repoFixes #N / Refs #N / 跳过| 操作 | <gh_cmd> 命令 |
|---|---|
| 创建 PR | <gh_cmd> pr create |
| 添加评论 | <gh_cmd> issue comment N --body "..." |
| 关闭 issue | <gh_cmd> issue close N |
| 合并 PR | <gh_cmd> pr merge N |
| 添加标签 | <gh_cmd> issue edit N --add-label "..." |
| 查看 workflow 日志 | <gh_cmd> run view N --log-failed |
| 重新运行 workflow | <gh_cmd> run rerun N |
gh 未安装:提示安装并停止gh auth login 并停止proxy-gh 重试一次,仍失败则提示用户检查网络或代理配置#123 可能是 issue 或 PR):先询问资源类型