Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/rlcurrall/aide/tree/main/skills/boards
SKILL.md
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
- Board ID (needed for sprint queries)
- Board name
- Board type (scrum, kanban, simple)
- 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-boardflag to search within the active sprint
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
release
Create a new software release by bumping version numbers, committing changes, creating git tags, and pushing to remote. Use when creating a release, bumping versions, or publishing a new version.
ticket-attach
Manage Jira ticket attachments. Use when the user wants to list, upload, download, or delete attachments on a ticket.
pr-comments
Load PR comments and feedback for code review. Use when the user wants to see reviewer feedback, check for unresolved comments, understand what changes are requested, or review discussion on a PR.
pr-list
List pull requests from the repository. Use when the user wants to see open PRs, find PRs to review, check their own PRs, or browse PR history.
ticket-update
Update fields on an existing Jira ticket. Use when the user wants to modify a ticket's summary, description, assignee, priority, labels, or custom fields.
pr-create
Create a new pull request. Use when the user wants to open a PR, submit code for review, create a draft PR, or push changes for merge.
Didn't find tool you were looking for?