Token导航 LogoToken导航TokenDH.com
开发操作浏览器github未标认证来源可访问许可证需确认审计未展示

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

Agent Skill

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

总安装

593

周安装

24

GitHub Stars

20,167

下载量

186
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

dyad:pr-fix:actions 专门修复 Pull Request 上失败的 CI 检查和 GitHub Actions。

  • 通过 gh workflow run 重新触发失败作业,分析日志并针对性修复问题。
  • 需使用 TaskCreate 工具跟踪每个作业状态,确保全部通过后才能结束。
  • 使用前应确认 Actions 配置有效性和修复策略可行性,避免无限重试循环。
  • dyad%3apr-fix%3aactions 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

PR Fix: Actions

Fix failing CI checks and GitHub Actions on a Pull Request.

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.

Instructions

  1. Determine the PR to work on:

- If $ARGUMENTS contains a PR number or URL, use that - Otherwise, get the current branch's PR using gh pr view --json number,url,title,body --jq '.' - If no PR is found, inform the user and stop

  1. Check for failing CI checks: gh pr checks <PR_NUMBER> Identify which checks are failing:

- Lint/formatting checks - Type checks - Unit tests - E2E/Playwright tests - Build checks

  1. For failing lint/formatting checks:

- Run npm run lint:fix to auto-fix lint issues - Run npm run fmt to fix formatting - Review the changes made

  1. For failing type checks:

- Run npm run ts to identify type errors - Read the relevant files and fix the type issues - Re-run type checks to verify fixes

  1. For failing unit tests:

- Run the failing tests locally to reproduce: npm run test -- <test-file-pattern> - Investigate the test failures - Fix the underlying code issues or update tests if the behavior change is intentional

  1. For failing Playwright/E2E tests:

- Check if the failures are snapshot-related by examining the CI logs or PR comments - If snapshots need updating, run the /dyad:e2e-rebase skill to fix them - If the failures are not snapshot-related: - IMPORTANT: First build the application before running E2E tests: npm run build E2E tests run against the built binary. If you make any changes to application code (anything outside of e2e-tests/), you MUST re-run npm run build before running E2E tests again. - Run the failing tests locally with debug output: DEBUG=pw:browser PLAYWRIGHT_HTML_OPEN=never npm run e2e -- <test-file> - Investigate and fix the underlying issues

  1. For failing build checks:

- Run the build locally: npm run build - Fix any build errors that appear

  1. After making all fixes, verify:

- Run the full lint check: npm run lint - Run type checks: npm run ts - Run relevant unit tests - Optionally run E2E tests locally if they were failing

  1. Commit and push the changes: If any changes were made: git add -A git commit -m "Fix failing CI checks - <summary of fix 1> - <summary of fix 2>... Then run /dyad:pr-push to push the changes.
  2. Provide a summary to the user:

- List which checks were failing - Describe what was fixed for each - Note any checks that could not be fixed and require human attention

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

36.17%
按下载量换算67

Claude

27.65%
按下载量换算51

Cursor

18.27%
按下载量换算34

Gemini CLI

9.72%
按下载量换算18

安全审计

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

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills