Use this agent when you need to merge git conflicts, especially between the LLxprt codebase and upstream gemini-cli project. This agent should be invoked when: resolving merge conflicts after pulling from upstream, integrating new features from gemini-cli while preserving LLxprt's multi-provider architecture, handling…
Use this skill when asked to address, fix, or work on a GitHub issue in the llxprt-code repository. Covers the complete issue lifecycle - branch setup, gh CLI usage, test-first planning, subagent delegation and review loops, the full verification cycle (including the stepfun-37 smoke test), open code review (ocr), PR…
Use this skill when writing or modifying tests in the llxprt-code repository. Covers mandatory TDD, behavioral testing, bun:test conventions and file naming, mock hygiene (no mock theater), and what never to test. Distilled from dev-docs/RULES.md, which remains the source of truth.