[codex] publish agent skills#23
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 510883fa9b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Pull request overview
This PR versions a curated set of “agent skills” by adding seven migrated skill definitions under .codex/skills and mirroring them under .claude/skills, while updating .gitignore so these directories can be tracked in git.
Changes:
- Remove
.codex/.claude(and related paths) from.gitignoreto allow committing agent skills. - Add seven skill definitions under
.codex/skills/*/SKILL.md. - Mirror the same seven skills under
.claude/skills/*/SKILL.mdfor Claude-compatible local usage.
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.gitignore |
Stops ignoring .codex/.claude paths so skills can be versioned. |
.codex/skills/*/SKILL.md (7 files) |
Adds the migrated Codex skill documentation. |
.claude/skills/*/SKILL.md (7 files) |
Adds mirrored skill documentation for Claude-compatible usage. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
.codex/skills..claude/skillsfor Claude-compatible local usage..codexand.claudein.gitignoreso these project skills can be versioned.Notes
.claude/commands, OpenSpec skill copies, and unrelateddocs/plans/openspec/changesdrafts are not included.Validation
git diff --cached --checkSKILL.mdfiles.codex/.claudemigrated skill parity checkmake fmtmake vetmake buildmake testKnown local blocker
make lintfails locally before analyzing this PR because the installedgolangci-lintreports:unsupported version of the configuration: "".