codex-skills
Code review, Git workflows, testing, and release automation
All Skills in This Repository (19)
Pure Emerald Level Indicatorsui-ux-pro-max
Search a UI/UX design knowledge base using BM25 ranking.
plan-work
Research repositories, analyze options and risks, and ask clarifying questions before coding.
ci-fix
Diagnose and patch failing GitHub Actions CI workflows using the GitHub CLI.
dependency-upgrader
Guide auditable dependency upgrades across Gradle, Maven, and npm ecosystems with incremental updates and tests/builds.
sessions-to-blog
Convert session logs into publishable MDX blog posts.
regex-builder
Craft, test, and explain regex patterns across sample text and files.
coding-guidelines-gen
Generate nested AGENTS.md coding guidelines per module in a monorepo.
coding-guidelines-verify
Group changed files by AGENTS.md scope and run format, lint, and test commands.
bug-triage
Convert ambiguous bug reports into reproducible repros, root-cause explanations, and minimal fixes.
docs-sync
Align documentation with code changes using repository diffs.
release-notes
Generate Markdown release notes from git history and merged PRs.
agents-md
Generates AGENTS.md files for repositories and component directories with module maps and workflows.
Frequently Asked Questions
FAQPage SchemaHow to install codex-skills?โผ
Run `npx skills add jMerta/codex-skills --all -g -y` in your terminal to install every skill in this collection globally.
What does codex-skills do?โผ
It provides ready-made workflows for code review, bug triage, CI fixing, dependency upgrades, Git operations, release notes, and UI copywriting.
Can it review pull requests automatically?โผ
Yes. Dedicated skills review backend, frontend, security, architecture, and test coverage changes, reporting only reachable, evidence-backed regressions.
Does codex-skills work with Codex and other agents?โผ
Yes. Each skill follows the standard SKILL.md format and works in Codex and other compatible coding agents that read skill folders.
Can I use it without deep Git expertise?โผ
Yes. Skills like commit-work, rebase-assistant, and branch-cleaner handle safe Git operations from plain-English requests while protecting your uncommitted work.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core