badger-triage

Organize GitHub project board issues by assigning sizes, priorities, and milestones.

5|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/AutumnsGrove/Lattice --skill badger-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: badger-triage
Source: https://github.com/AutumnsGrove/Lattice/tree/main/.claude/skills/badger-triage
Command: npx skills add https://github.com/AutumnsGrove/Lattice --skill badger-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of organizing and prioritizing issues on a GitHub project board, ensuring that work is properly sized, prioritized, and planned.

Core Features & Use Cases

  • Issue Triage: Methodically sorts issues into project columns, assigns sizes and priorities.
  • Backlog Management: Moves work from backlog to ready, plans milestones, and sets target dates.
  • Use Case: When a new batch of issues is collected by the 'bee-collect' skill, the badger-triage skill can be activated to organize them, assign sizes and priorities, and move them to the 'Ready' column for development.

Quick Start

Use the badger-triage skill to organize and size the issues in the current GitHub project backlog.

Frequently Asked Questions about badger-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub backlog grooming and issue prioritization?

GitHub sprint planning is automated by sorting issues into project board columns, assigning sizes and priorities, and planning milestones. This requires GraphQL API interactions to fetch and update project item fields such as size, priority, and status.

How do I move GitHub issues from backlog to ready for development?

Moving GitHub issues from backlog to ready involves sorting them into project columns, assigning sizes and priorities, and planning milestones with target dates. This backlog management process organizes collected issues for development readiness.

Can I use GraphQL API to update GitHub project board fields for issue triage?

Yes, you can use GraphQL API interactions to fetch and update GitHub project item fields such as size, priority, and status during issue triage. This enables automated backlog management and sprint planning directly on GitHub project boards.

What is the best way to assign sizes and priorities to GitHub project issues?

The best way to assign sizes and priorities to GitHub project issues is through methodical issue triage. This process organizes project board issues by sorting them into columns and setting field values like size and priority via the GraphQL API.

Do I need a specific tool to collect issues before organizing my GitHub project board?

You need a collection mechanism like the bee-collect skill to gather a new batch of issues before triage. Once issues are collected, backlog management organizes them, assigns sizes and priorities, and moves them to the ready column.

Does automated issue triage work for sprint planning on GitHub?

Yes, automated issue triage works for sprint planning by organizing GitHub project boards. It methodically sorts issues into project columns, assigns sizes and priorities, and plans milestones with target dates to prepare work for development.