agent-assistant-fix

Route /fix user issues to Codex-native multi-agent resolution workflows.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-fix
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-fix
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

automates routing of issue-related tasks to dedicated resolution workflows within the Agent Assistant, reducing manual handoffs and delays.

Core Features & Use Cases

  • Automatic routing of issue signals (triggered by /fix) to the appropriate issue-resolution workflows.
  • Agent orchestration using Codex-native multi-agent setup to coordinate fixes, validation, and closures.
  • Use Case: when a user types /fix, route the task to a streamlined fix workflow that loads rules, agents, and skills from the local Codex environment.

Quick Start

Invoke the /fix command to activate the Agent Assistant fix workflow.

Frequently Asked Questions about agent-assistant-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate issue routing to resolution workflows using a multi-agent setup?

Issue routing is automated by triggering the /fix command, which directs user-reported problems to dedicated resolution workflows using Codex-native multi-agent orchestration for end-to-end resolution.

How does multi-agent orchestration resolve router issues after I invoke /fix?

Multi-agent orchestration resolves router issues by coordinating agents to apply fixes, validate changes, and close tasks, while loading boot-time rules and skills from the local Codex environment.

Can I route fix workflows using my existing RUNTIME policies and matrix-skills?

Yes, the workflow activates within the Agent Assistant by looking up skills from matrix-skills and applying existing RUNTIME policies to satisfy boot-time rules and agent spawning requirements.

What is the best way to trigger the agent assistant fix workflow?

The best way to trigger the fix workflow is to invoke the /fix command, which automatically activates the streamlined workflow, loads local rules, and spawns the necessary agents for resolution.

Why does manual issue handoff delay resolution and how can agent orchestration fix it?

Manual issue handoffs cause delays by requiring human intervention; agent orchestration fixes this by automatically routing issue signals to dedicated workflows, reducing manual overhead and accelerating closures.

Do I need a local Codex environment to run issue-resolution workflows?

Yes, you need a local Codex environment because the workflow loads rules, agents, and skills from it to properly spawn agents and execute the multi-agent orchestration for issue resolution.