Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计未展示

dyad%3asession-debug成对%3session 调试

Agent Skill

dyad%3asession-debug 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

541

周安装

23

GitHub Stars

20,179

下载量

190
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/dyad-sh/dyad --skill dyad:session-debug

简介

dyad%3asession-debug 分析会话调试数据 JSON 文件,识别导致用户报告问题的错误与异常。

  • 适用于排查生产环境故障或复现用户问题的诊断场景。
  • 需传入调试数据 URL 和 GitHub issue 标识符两个参数进行解析。
  • 需确认外部数据源可访问性及是否涉及敏感信息读取。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Session Debug

Analyze session debugging data to identify errors and issues that may have caused a user-reported problem.

Arguments

  • $ARGUMENTS: Two space-separated arguments expected:

1. URL to a JSON file containing session debugging data (starts with http:// or https://) 2. GitHub issue number or URL

Instructions

  1. Parse and validate the arguments: Split $ARGUMENTS on whitespace to get exactly two arguments: Validation: If fewer than two arguments are provided, inform the user: "Usage: /dyad:session-debug " "Example: /dyad:session-debug https://example.com/session.json 123" Then stop execution.

- First argument: session data URL (must start with http:// or https://) - Second argument: GitHub issue identifier (number like 123 or full URL like https://github.com/owner/repo/issues/123)

  1. Fetch the GitHub issue: gh issue view <issue-number> --json title,body,comments,labels Understand:

- What problem the user is reporting - Steps to reproduce (if provided) - Expected vs actual behavior - Any error messages the user mentioned

  1. Fetch the session debugging data: Use WebFetch to retrieve the JSON session data from the provided URL.
  2. Analyze the session data: Look for suspicious entries including:

- Errors: Any error messages, stack traces, or exception logs - Warnings: Warning-level log entries that may indicate problems - Failed requests: HTTP errors, timeout failures, connection issues - Unexpected states: Null values where data was expected, empty responses - Timing anomalies: Unusually long operations, timeouts - User actions before failure: What the user did leading up to the issue

  1. Correlate with the reported issue: For each suspicious entry found, assess:

- Does the timing match when the user reported the issue occurring? - Does the error message relate to the feature/area the user mentioned? - Could this error cause the symptoms the user described?

  1. Rank the findings: Create a ranked list of potential causes, ordered by likelihood: ## Most Likely Causes ### 1. [Error/Issue Name] - **Evidence**: What was found in the session data - **Timestamp**: When it occurred - **Correlation**: How it relates to the reported issue - **Confidence**: High/Medium/Low ### 2. [Error/Issue Name]...
  2. Provide recommendations: For each high-confidence finding, suggest:

- Where in the codebase to investigate - Potential root causes - Suggested fixes if apparent

  1. Summarize:

- Total errors/warnings found - Top 3 most likely causes - Recommended next steps for investigation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

37.61%
按下载量换算71

Claude

28.86%
按下载量换算55

Cursor

19.48%
按下载量换算37

Gemini CLI

9.98%
按下载量换算19

安全审计

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

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills