Skip to content

0xABCD01/codex-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codex Skills

Skills for OpenAI Codex CLI. Each skill constrains Codex to follow a proven workflow instead of improvising.

Install

Copy any .md file from skills/ into your Codex skills directory:

cp skills/*.md ~/.codex/skills/codex-skills

Or copy one at a time:

cp skills/codex-quick-fix.md ~/.codex/skills/codex-skills

Skills

Skill Purpose
quick-fix Fix a single bug. Minimal change, run test, commit.
test-writer Generate tests for a file. Detect framework, match patterns, cover edges.
refactor Refactor with a safety net. Baseline tests first, then refactor, then verify.
api-scaffolder Scaffold a REST API from a description or OpenAPI spec.
git-hygiene Clean up a branch before PR: squash, rebase, fix messages.
dep-audit Scan deps for vulns, outdated packages, unused imports.
migration Upgrade a dependency to a new major version.
db-migration Generate ORM migration files from a schema change.
ci-fixer Read CI failure logs, fix the code, push, verify green.
self-review Review changes before push: security scan, correctness check, test run.

How Skills Work

Each file contains a prompt template and a checklist. When you invoke a skill, Codex follows the steps in order instead of guessing. The prompts use exact commands (grep patterns, test runners, git operations) so Codex can't skip steps.

License

MIT

About

Structured prompts for Codex CLI that force it to follow a workflow instead of guessing. Copy-paste into codex exec and get consistent results.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors