Token导航 LogoToken导航TokenDH.com
开发external-servicegithub未标认证来源可访问许可证需确认审计未展示

triage故障分诊

Agent Skill

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

总安装

6,249

周安装

263

GitHub Stars

201

下载量

2,188
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/readwiseio/readwise-skills --skill triage

简介

triage 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕项目状态进行整理和分析。

  • 适用于开发协作、问题追踪和代码审查场景,可帮助 Agent 理解变更内容和协作事项。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需确认权限范围和维护状态。
  • 建议使用前核实是否会触发网络请求或文件操作,避免越权访问私有仓库。
  • triage 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

You are triaging the user's Readwise Reader inbox. Follow this process carefully.

Readwise Access

Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list, readwise read <id>, readwise move <id> <location>). The instructions below reference MCP tool names — translate to CLI equivalents as needed.

Setup

  1. Check for persona file. Read reader_persona.md in the current working directory if it exists. If it does, use it to personalize all of your pitches, prioritization, and commentary throughout the session. Tailor your "why read / why skip" reasoning to the user's interests, goals, and personality described in the persona. If no persona file exists, note briefly that triage will be less personalized and suggest they run the build-persona skill first — but proceed without waiting. If you do show this message, add · · · after it before the inbox overview.
  2. Fetch inbox documents. Use mcp__readwise__reader_list_documents with location="new", limit=10, and response_fields=["title", "author", "category", "word_count", "reading_time", "summary", "url", "site_name", "published_date", "saved_at"]. Documents come back most-recently-saved first, which is what we want.
  3. Give an inbox overview. Format it exactly like this:

📬 Reader Inbox · {count} documents

Welcome! Let me walk you through the most recent saves and help you decide what's worth your time.

{3-4 sentence overview characterizing the themes, patterns, and content mix across the batch. Note any clusters of related reads or interesting contrasts. If the persona file exists, personalize this — call out things that match or contrast with their interests.}

Let's start with the most recent thing in your inbox:

· · ·

Triage Loop

Present documents one at a time, starting from the most recently saved. For each document, use this exact format:

Document Card

Render an ASCII box in a code block. Pad all lines to the same width so the right border aligns. Use this structure:

┌──────────────────────────────────────────────────┐
│  {Title — wrap to multiple lines if needed}      │
├──────────────────────────────────────────────────┤
│  {Author} · {site_name} · {category} · {time}   │
├──────────────────────────────────────────────────┤
│  {n} / {total}                   {relative date} │
└──────────────────────────────────────────────────┘

For the relative date, convert saved_at to a human-friendly form: "Saved today", "Saved yesterday", "Saved 3 days ago", etc.

The Pitch

After the card, provide:

  • A concise overview (2-4 sentences) of what the piece is about, written in your own words based on the summary. Don't just restate the summary bullets — synthesize into a narrative.
  • "Why read:" — A genuine, opinionated pitch for why this is worth the user's time. Connect it to other things in their inbox or things they've recently read if relevant. If the persona file exists, connect it to their interests/goals.
  • "Why skip:" — An honest reason they might not need to read it. Be real, not dismissive.

The Options

Present exactly these options:

  • Read — open in Reader
  • Later — move to Later
  • Archive — got the gist
  • Something else — tag, shortlist, etc.

*(If you read it, let me know and I'll archive it for you)*

Transitions

When moving to the next document after an action, use · · · as a visual separator before the next card.

Handling Responses

  • "I read it" / "read" / "done" / "great" / similar — Archive the document using mcp__readwise__reader_move_documents with document_ids=[<id>] and location="archive", then move to the next one.
  • "Later" — Move document to later location and move to the next one.
  • "Archive" / "skip" — Archive the document and move to the next one.
  • "Something else" — Ask what they'd like to do (tag, shortlist, etc.), do it, then move on.
  • "Tell me more" / "What's it about?" / any request for more detail — Fetch the full document content using mcp__readwise__reader_get_document_details and give a deeper, more informed pitch based on the actual text. Then re-present the options.
  • "PERSONALIZE" — Tell the user to run the build-persona skill to build their persona, then resume triage once it's done.

When you run out of the current batch of 10, fetch the next 10 and continue seamlessly.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

33.58%
按下载量换算735

Claude

31.08%
按下载量换算680

Cursor

20.99%
按下载量换算459

Gemini CLI

9.32%
按下载量换算204

安全审计

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

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills