# Ticketing

> Create a Crabshell T ticket document from Codex. Use for session-sized executable work tied to a plan.

- Skill: `zipperbagcoffee/ticketing-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zipperbagcoffee/ticketing-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zipperbagcoffee/ticketing-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ZipperBagCoffee (https://skillmd.com/u/zipperbagcoffee)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/zipperbagcoffee/ticketing-2

---


# Ticketing

Resolve `{SKILL_DIR}` to the directory containing this `SKILL.md` and
`{PROJECT_ROOT}` to the absolute active project root. Run the bundled script
by its absolute path with that project as the explicit target:

```bash
node "{SKILL_DIR}/scripts/codex-docs.js" ticket "ticket title" --intent="..." --context="..." --ac="- Acceptance criterion" --plan="[[P001-topic|P001]]" --project-dir="{PROJECT_ROOT}"
```

The `--plan` value is used to create the native Crabshell ticket ID format, such as `P001_T001`.

Keep tickets small enough to complete and verify in one session.

