Agent Skills: List Jira Boards

List Jira boards for a project. Use when the user wants to find board IDs, see available boards, or needs to identify which board to query for sprint information.

UncategorizedID: rlcurrall/aide/boards

Install this agent skill to your local

pnpm dlx add-skill https://github.com/rlcurrall/aide/tree/HEAD/skills/boards

Skill Files

Browse the full folder contents for boards.

Download Skill

Loading file tree…

skills/boards/SKILL.md

Skill Metadata

Name
boards
Description
List Jira boards for a project. Use when the user wants to find board IDs, see available boards, or needs to identify which board to query for sprint information.

List Jira Boards

List boards in Jira, optionally filtered by project key.

When to Use

  • User asks "what boards are there?" or "find the board for project X"
  • User needs a board ID to query sprints
  • User wants to see "what's on the board" (first step: find the board)

How to Execute

Run:

aide jira boards [project] [--format text|json|markdown]

Arguments

| Argument | Description | | --------- | ----------------------------------------- | | project | Project key to filter boards (e.g., PROJ) |

Flags

| Flag | Description | | ---------- | ----------------------------------- | | --format | Output format: text, json, markdown |

Examples

# List all boards
aide jira boards

# List boards for a specific project
aide jira boards PROJ

Output Includes

  1. Board ID (needed for sprint queries)
  2. Board name
  3. Board type (scrum, kanban, simple)
  4. Associated project

Next Steps

After finding a board:

  • Use sprint skill to get the active sprint for the board
  • Use ticket-search skill with --sprint-board flag to search within the active sprint