Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计未展示

dyad%3apr-fix成对%3apr 修复

Agent Skill

dyad%3apr-fix 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

535

周安装

23

GitHub Stars

20,171

下载量

188
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:dyad%3apr-fix(成对%3apr 修复)
来源仓库:https://github.com/dyad-sh/dyad
仓库路径:skills/dyad%3Apr-fix
安装命令:
npx skills add https://github.com/dyad-sh/dyad --skill dyad:pr-fix
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/dyad-sh/dyad --skill dyad:pr-fix

简介

dyad:pr-fix 处理 Pull Request 上的所有待决问题,包括评审意见和失败的 CI 检查。

  • 需使用 TaskCreate 工具跟踪进度,确保完成全部步骤不遗漏。
  • 依据 product-principles.md 规则决策,优先解决高优先级评论和阻塞性问题。
  • 使用前应确认 PR 状态和本地分支同步情况,注意可能涉及多次提交和推送。
  • dyad%3apr-fix 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

PR Fix

Address all outstanding issues on a GitHub Pull Request by handling both review comments and failing CI checks.

Arguments

  • $ARGUMENTS: Optional PR number or URL. If not provided, uses the current branch's PR.

Task Tracking

You MUST use the TaskCreate and TaskUpdate tools to track your progress. At the start, create tasks for each step below. Mark each task as in_progress when you start it and completed when you finish. This ensures you complete ALL steps.

Product Principles

When making decisions about review comments, consult rules/product-principles.md. Use these principles to resolve ambiguous or subjective feedback autonomously. Only flag issues for human attention when the product principles do not provide enough guidance to make a decision.

Instructions

This is a meta-skill that orchestrates two sub-skills to comprehensively fix PR issues.

  1. Run /dyad:pr-fix:comments to handle all unresolved review comments:

- Address valid code review concerns - Resolve invalid concerns with explanations - Use product principles to resolve ambiguous feedback autonomously - Only flag issues for human attention when product principles are insufficient to decide

  1. Run /dyad:pr-fix:actions to handle failing CI checks:

- Fix failing tests (unit and E2E) - Update snapshots if needed - Ensure all checks pass

  1. Run /dyad:pr-push to commit and push all changes:

- This step is REQUIRED. Do NOT skip it or stop before it completes. - It will commit changes, run lint/tests, and push to GitHub. - Wait for it to finish and verify the push succeeded.

  1. Post Summary Comment: After both sub-skills complete, post a comment on the PR with a consolidated summary using gh pr comment. The comment should include: Error handling: If gh pr comment fails (e.g., due to network issues, rate limits, or permissions), log a warning but do not fail the entire skill if the underlying fixes were successful. The comment is informational and should not block a successful run. Example formats: Success: ` ## ✅ Claude Code completed successfully ### Summary - Fixed 2 review comments - Resolved 1 CI failure (lint error in src/foo.ts) <details> <summary>Details</summary>... detailed information here... </details> --- [Workflow run](https://github.com/dyad-sh/dyad/actions/runs/12345678) **Failure:** ## ❌ Claude Code failed ### Summary - Attempted to fix 2 review comments - Failed to resolve 1 CI failure (lint error in src/foo.ts) <details> <summary>Error Details</summary> **Error:** lint command failed with exit code 1. ... linter output... </details> --- Workflow run Note: Include a link to the workflow run at the end. If the GITHUB_REPOSITORY and GITHUB_RUN_ID environment variables are available, use them to construct the URL: https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID`. If these environment variables are not set, omit the workflow run link.

- A header indicating success (✅) or failure (❌) - Review comments addressed, resolved, or flagged - CI checks that were fixed - Any remaining issues requiring human attention - Use <details> tags to collapse verbose details (e.g., full error messages, lengthy explanations) - If there were any errors, include specific error messages in the collapsed details

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

37.89%
按下载量换算71

Claude

28.87%
按下载量换算54

Cursor

19.1%
按下载量换算36

Gemini CLI

10.72%
按下载量换算20

安全审计

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

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills