ensemble-fix-issue

ensemble-fix-issue is a skill for Claude Code, Codex from FortiumPartners/ensemble. It costs 27 tokens per session (480 once invoked), scanned A, original, MIT.

A guided workflow for fixing bugs and small software issues, from investigating the code to creating a pull request.

In plain words
What is it for?
Use it to analyze an issue, ask for clarification when needed, create a branch, break the fix into tasks, and carry out the planned changes.
Why use it?
It reduces the work of planning and coordinating a fix by examining affected files, gathering several technical perspectives, and organizing the implementation.

Skill for Claude CodeCodex

Written for Claude Code and Codex: user-invocable in frontmatter, but also installed under .codex/. Also seen: model in frontmatter; names the AskUserQuestion tool; mentions Codex.

Part of the ensemble-codex plugin — 40 skills shipped together

Good fit Use it to analyze an issue, ask for clarification when needed, create a branch, break the fix into tasks, and carry out the planned changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fortiumpartners/ensemble/ensemble-fix-issue
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.

Any agent
npx skills add FortiumPartners/ensemble --skill ensemble-fix-issue
Clone the repo
git clone --depth 1 https://github.com/FortiumPartners/ensemble

Made for: Claude Code, Codex.

Or install ensemble-codex, the plugin that ships this one along with the rest of its 40 skills.

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 ensemble-fix-issue

README.md
[![agentmods](https://agentmods.dev/badge/skills/fortiumpartners/ensemble/ensemble-fix-issue.svg)](https://agentmods.dev/skills/fortiumpartners/ensemble/ensemble-fix-issue)
Your own site
<a href="https://agentmods.dev/skills/fortiumpartners/ensemble/ensemble-fix-issue"><img src="https://agentmods.dev/badge/skills/fortiumpartners/ensemble/ensemble-fix-issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 480 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.00027 $0.00480
Opus 5 $0.00014 $0.00240
Sonnet 5 $0.00005 $0.00096
Haiku 4.5 $0.00003 $0.00048

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

Security

Grade A, and why

ensemble-fix-issue 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 7d 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.

packages/codex/.codex/skills/commands/ensemble-fix-issue/SKILL.md · 78 lines

What it actually says

Ensemble Command: /ensemble:fix-issue

This Codex skill mirrors the Ensemble slash command /ensemble:fix-issue. Follow the workflow below, adapt to the current repository, and keep outputs structured.

Orchestrate a complete bug fix workflow from analysis to PR creation, assembling a virtual team of specialized agents (Product Manager, Tech Lead, Architect, QA Lead) to ensure high-quality fixes with minimal user intervention.

Workflow

Phase 1: Analysis & Planning

1. Codebase Analysis Explore codebase to identify affected files, patterns, and scope. Use Grep, Glob, and Read tools to understand context.

2. Collaborative Planning Assemble virtual team of 4 specialized agents to create comprehensive fix plan with multiple perspectives.

3. User Interview (Conditional) If issue description is ambiguous or --interactive flag is set, ask clarifying questions ONE AT A TIME (max 5) -- never batch questions. Use AskUserQuestion for each. Wait for each answer before asking the next.

Phase 2: Execution

1. Branch Creation Create git branch with conventional naming

2. Task List Generation Break down plan into actionable tasks

3. Task Execution Execute all tasks with appropriate agent delegation and real-time progress tracking.

Phase 3: Validation & Delivery

1. Test Validation Run test suite with auto-fix retry logic. Ensure all tests pass before creating PR.

2. PR Creation Create comprehensive pull request with GitHub CLI

Expected Output

Format: Pull Request

Structure:

  • Git Branch: Feature branch following fix/issue-{num}-{slug} convention
  • Code Changes: Implementation fixes with test coverage
  • Pull Request: Comprehensive PR with problem, solution, changes, and test plan

Usage

/ensemble:fix-issue
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. 7d ago First seen · 78 lines · 27 tokens per session scan A c5b6e0bee96b

Subscribe to this mod's changes

ensemble-fix-issue is a skill published in the GitHub repository FortiumPartners/ensemble (11 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 480 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-30.

Related

Other skills, from other repositories

hunk-extensions

Maps the hunkdiff/extension authoring surface for Hunk, the terminal diff viewer — hiding or reordering reviewed files, docked panes, alternate file views, commands and key bindings, dialogs, workspace writes, themes, syntax languages, VCS backends, lifecycle events. Use when writing, debugging, or installing a Hunk…

modem-dev/hunk · 105 tokens

github-operations

GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.

yonatangross/orchestkit · 50 tokens

install

This skill should be used when the user asks to "install pikiclaw", "build and install", "deploy locally", "update local binary", "release", or "publish".

xiaotonng/pikiloom · 39 tokens

issue-assessment

Use when triaging a GitHub issue for gflow-cli — a reporter's bug claim, a freshly-filed issue, or deciding whether and how to act on one. Also use when an autonomous agent (hermes-ops) picks up a labelled issue. Read-only: produces a verdict, an end-to-end-verifiability judgment, and a reporter-facing reply. Does not…

ffroliva/gflow-cli · 90 tokens

pixiv-cli-ci

Diagnose, verify, monitor, and safely operate pixiv-cli GitHub Actions runs and local CI gates, including PR Quality gate, workflow policy, platform smoke, native/browser evidence, release handoffs, and approved reruns. Use when checks fail or hang, a PR needs readiness verification, a workflow run needs root-cause…

FlanChanXwO/pixiv-cli · 82 tokens

doris-debug-import

Use for Doris Stream/Broker/Routine Load issues and Group Commit asyncmode WAL pile-up. Tunables: table groupcommitintervalms / groupcommitdatabytes; BE groupcommitinsertthreads, groupcommitwalpath, groupcommitwalmaxdisklimit.

apache/doris-skills · 58 tokens