Agent skill · Frontend

issue-triage

Triage Linear or Jira backlogs and run bug sweeps via the Composio CLI. Bulk-fetch issues, dedupe, relabel, reassign, and post summaries — all from the shell without clicking through the UI.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill issue-triage --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: issue-triage/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Issue Triage (Linear / Jira) Drive triage sessions and bug sweeps across Linear or Jira with the [Composio CLI](https://docs.composio.dev/docs/cli). Pull the backlog, cluster duplicates, apply labels, and hand a clean list back to the team. ## When to Use - Weekly triage: "what's unassigned, stale, or missing a priority?" - Bug sweep after a release: "cluster all P1/P2 bugs, dedupe, assign owners." - Cross-tool sync: Sentry → Linear, PagerDuty → Jira. ## Prereqs ```bash curl -fsSL https://composio.dev/install | bash composio login composio link linear # or: composio link jira ``` ## Discover Tools ```bash composio search "list issues" --toolkits linear composio search "search issues" --toolkits jira composio tools list linear composio tools list jira ``` Common slugs (verify with `--get-schema`): **Linear** - `LINEAR_LIST_ISSUES` - `LINEAR_CREATE_ISSUE` - `LINEAR_UPDATE_ISSUE` - `LINEAR_CREATE_COMMENT` **Jira** - `JIRA_SEARCH_FOR_ISSUES_USING_JQL` - `JIRA_CREATE_ISSUE` - `JIRA_EDIT_ISSUE` - `JIRA_ADD_COMMENT` - `JIRA_ASSIGN_ISSUE` ## Triage Workflow 1. **Pull the backlog slice:** ```bash # Linear composio execute LINEAR_LIST_ISSUES -d '{ "filter": { "state": { "type": { "eq": "un

What's inside
Steps it walks through
  1. When to Use
  2. Prereqs
  3. Discover Tools
  4. Triage Workflow
  5. Bug Sweep (Post-Release)
  6. Workflow File
  7. Cross-Tool: Sentry → Linear
  8. Troubleshooting
Commands it runs
curl -fsSL https://composio.dev/install | bash
composio login
composio link linear        # or: composio link jira
composio search "list issues" --toolkits linear
composio search "search issues" --toolkits jira
composio tools list linear
composio tools list jira
composio execute LINEAR_LIST_ISSUES -d '{
composio execute JIRA_SEARCH_FOR_ISSUES_USING_JQL -d '{
composio execute LINEAR_UPDATE_ISSUE -d '{
More from awesome-codex-skills
All skills →
About this skill
What does the issue-triage skill do?

Triage Linear or Jira backlogs and run bug sweeps via the Composio CLI. Bulk-fetch issues, dedupe, relabel, reassign, and post summaries — all from the shell without clicking through the UI.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill issue-triage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going