Skip to main content

Fix Issue

In brief: Fetch an issue by id from TestChimp and implement the fix; connect-to-test-env is only needed when validating the fix live.

When to use

When you have a tracked TestChimp issue (from ExploreChimp, humans, or integrations) and want the agent to implement the product or test fix. See Issue Management.

Prompt

/testchimp fix issue <issue-id>
/testchimp fix issue BUG-1234

Scope

Explicit issue id required. No branch/last-run auto-scope.

Policy

Optional fix-issue.policy.md. Enable live-env validation in policy when the fix should be verified against a runnable environment (often default off).

Prerequisites

Not blocked on connect-to-test-env. Use that workflow only when fix validation in a live environment is required (per policy).

What it does

Loads issue detail from the platform, implements the fix in the codebase (and tests as needed), optionally validates when policy asks for it, and reports actions with policy version.

See also