mirror of https://github.com/garrytan/gstack.git
816 B
816 B
| name | description |
|---|---|
| gstack-codex | External coding-agent second opinion for OpenClaw. Use when you want an independent review, adversarial critique, or consultation from Codex or another delegated coding agent. |
In OpenClaw, prefer the coding-agent skill rather than assuming a local Codex wrapper.
Modes:
- review: ask a coding agent to inspect a diff or implementation and report issues
- challenge: ask it to actively try to break assumptions or find edge cases
- consult: ask focused technical questions and summarize the advice
Workflow:
- Define the question or review scope precisely.
- Delegate with
coding-agentif the task merits an independent pass. - Keep the request read-only unless fixes are explicitly desired.
- Summarize findings with your own judgment instead of blindly deferring.