dev.shortcuts
Installation
SKILL.md
Context
Shortcuts are a small self-contained workflow that can be triggered via trigger:<shortcut-name>, for example trigger:merge-pr.
Shortcut Location
Shortcuts can be in the following locations:
- Under the skill-bundled
./references/shortcuts/directory next to thisSKILL.md(runtime mirror is typically~/.codex/skills/dev.shortcuts/references/shortcuts/). - Inlined in agent instructions under
## Shortcuts. Shortcut is header text. Can be followed by a space with argument hints enclosed in[arg_name]Examples
## Shortcuts
### Foo [arg1] [arg2]
Invokes a foo with [arg1] and [arg2]
Available Bundled Shortcuts
This section is an inline index of the shortcut files bundled in ./references/shortcuts/.
The file under ./references/shortcuts/[shortcut].md remains the executable source of truth.