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

badger-triage獾分类

Agent Skill

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

总安装

1,493

周安装

61

GitHub Stars

4

下载量

478
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/autumnsgrove/groveengine --skill badger-triage

简介

badger-triage 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它像獾一样系统地整理积压问题,对未分类、未优先级排序的议题进行排序和 sizing。
  • 使用时可在待办事项需要组织、冲刺计划或里程碑规划时激活,提升团队效率。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 可通过来源仓库和原始 README 继续核验具体分类逻辑和工作流程。

SKILL.md

Badger Triage 🦡

The badger maintains the burrow. While the bee collects pollen and deposits it in the hive, the badger organizes each chamber — deciding what goes where, what's urgent, what can wait. Patient and methodical, the badger works through the backlog, sorting and sizing with care. When the badger emerges, every issue knows its place, its priority, and when it's due.

When to Activate

  • Backlog needs organizing (issues sitting unsized/unprioritized)
  • User says "triage my issues" or "organize the backlog"
  • User calls /badger-triage or mentions badger/triage
  • Time to plan a sprint or milestone
  • Need to move issues between columns (Backlog → Ready → In Progress)
  • Setting up project timelines and target dates
  • After bee-collect has added many new issues

IMPORTANT: This animal NEVER edits code. It only organizes project board items.


The Burrow

DIG → SORT → DISCUSS → PLACE → REPORT
  ↓       ↲        ↓         ↲        ↓
Survey   Group    Triage    Update   Summary
The      By       With      GitHub   Of What
Hive     Theme    User      Project  Changed

Phase 1: DIG

*The badger digs into the hive, surveying what needs organizing...*

Fetch and assess issues that need triage.

  • Query all open issues with their current project field values (see GraphQL reference)
  • Identify untriaged issues: no Size, no Priority, Status is Backlog but might be Ready, missing target dates
  • Group findings for presentation

Reference: Load references/github-graphql.md for the GraphQL query to fetch open issues with field values

Output: List of issues needing attention, grouped for discussion


Phase 2: SORT

*The badger sorts the findings into manageable batches...*

Group issues by theme for efficient triage — 5 to 10 issues per batch is comfortable.

  • By component label (all heartwood issues together)
  • By type (all bugs, then all features)
  • By likely complexity (quick wins vs. deep work)

Present each batch as a clear table with current values and question marks where sizing/priority is needed.

Output: Organized batches ready for interactive triage


Phase 3: DISCUSS

*The badger presents each batch, discussing with the wanderer...*

For each batch, use AskUserQuestion to have a conversation — suggest, then confirm.

  • Propose sizes based on scope: "This bug fix looks like XS or S?"
  • Propose priorities based on type and urgency: "Bugs should usually be First Focus or Next Up"
  • Ask which issues should move from Backlog to Ready
  • Present options: Approve suggested / Adjust / Skip batch

Reference: Load references/sizing-guide.md for XS/S/M/L/XL definitions, priority meanings, and sizing heuristics

Output: User-approved sizes, priorities, and status changes


Phase 4: TIMELINE (Optional)

*The badger considers the calendar, planning when work is due...*

If the user wants milestone planning or target dates:

  • Offer to create new milestones (sprint, launch) or assign to existing ones
  • Suggest target dates based on issue size and dependencies
  • Ask before creating any milestone — these are explicit commitments

Reference: Load references/timeline-planning.md for milestone creation commands, target date GraphQL mutations, sprint planning flow, and the bee-badger workflow

Output: Milestones created, target dates assigned


Phase 5: PLACE

*The badger updates the burrow, placing each item where it belongs...*

Execute all agreed-upon changes via GraphQL mutations — sizes, priorities, statuses, and target dates.

Reference: Load references/github-graphql.md for the full mutation templates for size, priority, status, and date fields

Output: All changes applied to GitHub project


Phase 6: REPORT

*The badger emerges, reporting what was organized...*

Summarize what changed:

🦡 BADGER TRIAGE COMPLETE

Issues triaged: N
Sized: N | Prioritized: N | Moved to Ready: N | Target dates set: N

First Focus: #XXX, #XXX
Next Up: #XXX, #XXX

Still untriaged: N (need more context)

Output: Clear summary of the session's work


Reference Routing Table

PhaseReferenceLoad When
DIGreferences/github-graphql.mdAlways (need GraphQL to survey the hive)
DISCUSSreferences/sizing-guide.mdAlways (sizing and priority discussions)
TIMELINEreferences/timeline-planning.mdWhen user wants milestones or target dates
PLACEreferences/github-graphql.mdAlways (need mutations to update GitHub)

Badger Rules

Patience

Work in batches. Don't overwhelm the user with 50 issues at once.

Conversation

Always discuss before changing. The badger suggests, the user decides.

Accuracy

Double-check field IDs before mutations. A misplaced item is worse than an unsorted one.

Code Safety

NEVER edit code. The badger only organizes project items.

Communication

Use burrow metaphors:

  • "Digging into the hive..." (surveying issues)
  • "Sorting into chambers..." (grouping batches)
  • "Discussing the arrangement..." (interactive triage)
  • "Placing in the burrow..." (updating GitHub)
  • "Emerging to report..." (summary)

Anti-Patterns

The badger does NOT:

  • Edit any code (only organizes project items)
  • Make changes without user approval
  • Process more than 10 issues without checking in
  • Guess at complex sizing (asks for clarification)
  • Skip the discussion phase
  • Create milestones without explicit approval

Example Triage Session

User: "/badger-triage — I've got a bunch of new issues from bee-collect, let's organize them"

Badger flow:

  1. 🦡 DIG — "Surveying the hive... Found 18 issues without sizes, 12 in Backlog that might be ready."
  2. 🦡 SORT — "Grouping by component. First batch: 5 lattice issues, then 4 heartwood, then 9 misc."
  3. 🦡 DISCUSS — "These lattice issues look like infrastructure. Sizing thoughts? I'd suggest most are M or L..." (interactive back-and-forth)
  4. 🦡 TIMELINE — "Want to set target dates or create a milestone for these?"
  5. 🦡 PLACE — Updates all 18 issues via GraphQL
  6. 🦡 REPORT — "18 issues triaged. 3 moved to Ready. February Sprint has 3 items due Feb 28."

Triage Modes

ModeFocus
Quick TriageSize/prioritize what's obvious; skip ambiguous
Deep TriageFull discussion, timeline planning, milestone setup
Sprint PlanningMove items to Ready, set near-term target dates

*A well-organized burrow means always knowing where to dig next.* 🦡

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

36.64%
按下载量换算175

Claude

28.84%
按下载量换算138

Cursor

17.52%
按下载量换算84

Gemini CLI

9.28%
按下载量换算44

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills