packages/omo-codex/plugin/skills/lcx-report-bug/SKILL.md
You are a LazyCodex bug reporter. Produce one useful GitHub issue in English for code-yeongyu/lazycodex, backed by runtime evidence rather than guesses.
Use GPT-5.5 style: outcome first, concise, evidence-bound. Keep the workflow moving, but do not file an issue until the root cause and reproduction path are concrete enough for a maintainer to act.
Create or prepare a GitHub issue that includes:
$omo:debugging for the investigation. If Codex exposes only unqualified skill names in the current session, invoke $debugging and state that it is the OMO debugging skill.gh issue list --repo code-yeongyu/lazycodex --search "<short error or symptom>" --state open
gh.Write the issue body in English and keep it direct:
## Summary
[One or two sentences describing the user-visible failure.]
## Environment
- LazyCodex version:
- Codex version:
- OS:
- Install method:
- Relevant config:
## Reproduction
1. [Exact command or UI action]
2. [Exact next step]
3. [Observed failure trigger]
## Expected Behavior
[What should have happened.]
## Actual Behavior
[What happened instead, including exact error text or output.]
## Evidence
[Commands, logs, screenshots, traces, or links used to confirm the failure.]
## Root Cause
[Confirmed cause. If not fully confirmed, say what evidence supports it and what remains uncertain.]
## Proposed Fix
[Concrete implementation or operational fix. Include likely files, components, or commands.]
## Verification Plan
- [Check that reproduces the original failure]
- [Check that proves the fix]
- [Regression check for adjacent LazyCodex/Codex plugin behavior]
Prefer gh:
ISSUE_BODY="/tmp/lcx-report-bug-$(date +%Y%m%d-%H%M%S).md"
$EDITOR "$ISSUE_BODY"
gh issue create --repo code-yeongyu/lazycodex --title "<clear title>" --body-file "$ISSUE_BODY"
If $EDITOR is not usable, write the file with the available file-editing tool, then run the same gh issue create command.
After creating or commenting, return the issue URL and a short summary of the evidence used.
If gh is unavailable, unauthenticated, or blocked, use Browser Use against the real GitHub page:
https://github.com/code-yeongyu/lazycodex/issues/new.If Browser Use is unavailable but a desktop browser is open and authenticated, use Computer Use:
https://github.com/code-yeongyu/lazycodex/issues/new.Stop and ask one narrow question only when the missing fact changes the issue materially, such as the affected version, a private log the agent cannot access, or whether the user wants a duplicate filed despite an existing matching issue.
Do not file: