agent-assistant-debug-fast

Diagnose simple bugs in the Agent Assistant workflow via /debug:fast.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a fast, deterministic path to diagnose simple bugs in the Agent Assistant workflow, enabling quicker remediation.

Core Features & Use Cases

  • Rapid bootstrapping: Start a focused debugging session for a single, well-defined issue.
  • Deterministic agent orchestration: Spawn Codex-native multi-agent setup to reproduce and inspect a bug quickly.
  • Guided workflow reuse: Leverages built-in rules and matrix skills to reproduce common failure modes.

Quick Start

Activate the /debug:fast workflow on your current project to reproduce and diagnose a simple bug.

Frequently Asked Questions about agent-assistant-debug-fast

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

FAQPage Schema
How do I debug a simple bug in a multi-agent workflow quickly?

To debug a simple bug in a multi-agent workflow quickly, use the /debug:fast trigger to start a focused session that leverages Codex multi-agent spawning and runtime rules to reproduce the issue and propose fixes.

What is the best way to reproduce a well-scoped bug in an agent assistant?

The best way to reproduce a well-scoped bug in an agent assistant is to run a rapid bootstrapping session that uses deterministic agent orchestration and built-in matrix skills to inspect common failure modes.

Can I use Codex multi-agent spawning for narrow bug diagnosis?

Yes, you can use Codex multi-agent spawning for narrow bug diagnosis by triggering a focused debugging workflow designed to reproduce well-defined issues and provide deterministic remediation paths.

When should I use a fast debugging session instead of a full diagnostic workflow?

You should use a fast debugging session instead of a full diagnostic workflow when the issue is well-scoped, easily reproducible, and requires a quick, deterministic path to propose fixes within the agent assistant environment.

Does the /debug:fast trigger work for complex multi-agent failure modes?

The /debug:fast trigger is designed for simple, well-defined bugs rather than complex multi-agent failure modes, focusing on rapid reproduction and deterministic inspection of a single issue.

How do I start a focused debugging session for a single agent assistant issue?

To start a focused debugging session for a single agent assistant issue, activate the /debug:fast workflow on your current project to bootstrap the multi-agent setup and reproduce the bug.