issues-setup

issues-setup is a command for Claude Code from ArtemioPadilla/agent-triforce. It costs 17 tokens per session (627 once invoked), scanned A, original, MIT.

A setup command for connecting an AI development workflow to Linear, Jira, or GitHub Issues, which are tools for tracking project work and bugs.

In plain words
What is it for?
Use it to configure issue-tracker access through MCP and connect tickets with specification, implementation, and review work.
Why use it?
It removes the manual configuration needed to let project agents read tickets, update their status, and create issues.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-triforce plugin — 15 commands, 2 hooks shipped together

Good fit Use it to configure issue-tracker access through MCP and connect tickets with specification, implementation, and review work.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/artemiopadilla/agent-triforce/issues-setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/ArtemioPadilla/agent-triforce

Made for: Claude Code.

Or install agent-triforce, the plugin that ships this one along with the rest of its 15 commands, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for issues-setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/artemiopadilla/agent-triforce/issues-setup/github.svg)](https://agentmods.dev/commands/artemiopadilla/agent-triforce/issues-setup)
Your own site
<a href="https://agentmods.dev/commands/artemiopadilla/agent-triforce/issues-setup"><img src="https://agentmods.dev/badge/commands/artemiopadilla/agent-triforce/issues-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for issues-setup

Your own site · 80×15
<a href="https://agentmods.dev/commands/artemiopadilla/agent-triforce/issues-setup"><img src="https://agentmods.dev/badge/commands/artemiopadilla/agent-triforce/issues-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 627 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00627
Opus 5 $0.00009 $0.00313
Sonnet 5 $0.00003 $0.00125
Haiku 4.5 $0.00002 $0.00063

Measured 8d ago against content hash fa31e68a079f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

issues-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agent-triforce/commands/issues-setup.md · 68 lines

What it actually says

Configure issue tracker MCP integration for the Agent Triforce system. Issue trackers connect agents to your project management workflow:

  • Prometeo pulls ticket details into spec creation
  • Forja updates ticket status during implementation
  • Centinela links review findings to open issues and can create new issues for critical findings

Supported Issue Trackers

Tracker Template Key Features
Linear templates/mcp/linear.mcp.json Pull ticket details, update status, create issues
Jira templates/mcp/jira.mcp.json Pull ticket details, update status, create issues
GitHub Issues templates/mcp/github-issues.mcp.json Link issues to commits, update status, create issues

Setup Steps

  1. Choose which issue tracker(s) to configure. Multiple trackers can be configured simultaneously.

  2. Copy the selected template(s) to .mcp.json in the project root. If .mcp.json already exists, merge the new mcpServers entries.

  3. Set the required environment variables for each tracker:

    Linear:

    export LINEAR_API_KEY="lin_api_..."
    export LINEAR_TEAM_ID="your-team-id"
    

    Get your API key: Linear Settings > API > Personal API keys

    Jira:

    export JIRA_URL="https://yourteam.atlassian.net"
    export JIRA_EMAIL="[email protected]"
    export JIRA_API_TOKEN="your-api-token"
    export JIRA_PROJECT_KEY="PROJ"
    

    Get your API token: https://id.atlassian.com/manage-profile/security/api-tokens

    GitHub Issues:

    export GITHUB_TOKEN="ghp_..."
    export GITHUB_OWNER="your-org-or-user"
    export GITHUB_REPO="your-repo"
    

    Create a token: https://github.com/settings/tokens (needs repo scope)

  4. Verify the connection by asking the agent to list recent issues.

How Agents Use Issue Trackers

Agent Read Write When
Prometeo Pull ticket details into specs -- During /agent-triforce:feature-spec
Forja Read linked issues Update status, add implementation comments During SIGN OUT
Centinela Read linked issues Create issues for Critical/High findings (opt-in) During review

Business Rules

  • Each tracker is configured independently -- all three can be active simultaneously
  • Read-write for status updates and issue creation; read-only for ticket content
  • Issue creation from Centinela findings is opt-in per run (default: off)
  • If no issue tracker is configured, agents proceed normally with no error

Templates location: templates/mcp/

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 68 lines · 17 tokens per session scan A fa31e68a079f

Subscribe to this mod's changes

issues-setup is a command published in the GitHub repository ArtemioPadilla/agent-triforce (3 stars, last pushed 4mo ago), licensed MIT. It adds 17 tokens to every session and 627 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.