# Sol

> Use Sol to review work or rewrite prompts. Use when the user invokes /sol or wants the Sol utility.

- Skill: `codejunkie99/sol` (Agent Skill)
- Install (CLI): `npx skillmds@latest add codejunkie99/sol`
- Raw SKILL.md: https://api.skillmd.com/api/skills/codejunkie99/sol/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: codejunkie99 (https://skillmd.com/u/codejunkie99)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/codejunkie99/sol

---


# Sol utility

Run the review or rewrite task on `gpt-5.6-sol` with the Codex CLI:

```bash
codex exec -m gpt-5.6-sol -s read-only --skip-git-repo-check --ephemeral -C . "<task>"
```

For rewriting a loop prompt, feed the current `prompt.md` plus `log.md` to Sol
with the rewriter instructions from the self-improving loop, and give
`workspace-write` so it can rewrite `prompt.md` in place. Rewrites stay at most
20% larger than the original.

