skill_troubleshooting

Diagnose, resolve, and document APC plugin build and runtime issues.

3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/joshband/LocusQ --skill skill-troubleshooting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill_troubleshooting
Source: https://github.com/joshband/LocusQ/tree/main/.codex/skills/skill_troubleshooting
Command: npx skills add https://github.com/joshband/LocusQ --skill skill-troubleshooting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow provides a structured approach to diagnosing, resolving, and documenting APC plugin build and runtime issues, reducing time-to-fix and improving team alignment.

Core Features & Use Cases

  • Stepwise triage using a known-issues database to surface validated resolutions.
  • Guided resolution with auto-capture of new issues to grow the knowledge base.
  • Clear documentation of solutions to speed onboarding and prevent regression.

Quick Start

Follow the troubleshooting workflow to identify known issues, apply resolutions, and document new findings.

Frequently Asked Questions about skill_troubleshooting

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

FAQPage Schema
How do I troubleshoot APC plugin build and runtime issues?

To troubleshoot APC plugin build and runtime issues, follow a structured workflow that triages symptoms against a known-issues database, applies validated resolutions, and auto-captures new findings. This reduces time-to-fix and aligns development teams.

What is the best way to resolve plugin build failures in CI environments?

The best way to resolve plugin build failures in CI environments is to use a stepwise triage process that checks a knowledge base for known issues. This ensures you apply established resolutions before attempting custom debugging.

How does a knowledge base help with debugging plugin issues?

A knowledge base helps with debugging plugin issues by storing validated resolutions from previous cases. When a new issue arises, the troubleshooting workflow prioritizes this database to surface known fixes, preventing regression and speeding onboarding.

Can I use this troubleshooting workflow for both development and CI environments?

Yes, you can use this troubleshooting workflow for both development and CI environments. It is designed to identify, resolve, and document APC plugin issues across these environments, enforcing end-to-end process steps from triage to knowledge capture.

Why should I document new plugin issue resolutions?

You should document new plugin issue resolutions to grow your knowledge base for future reuse. Auto-capturing new cases during guided resolution speeds up onboarding, prevents regression, and ensures validated fixes are available for similar build or runtime problems.