Skip to content

[codex] publish agent skills#23

Merged
Miss-you merged 2 commits into
mainfrom
codex/publish-agent-skills
Apr 15, 2026
Merged

[codex] publish agent skills#23
Miss-you merged 2 commits into
mainfrom
codex/publish-agent-skills

Conversation

@Miss-you

Copy link
Copy Markdown
Owner

Summary

  • Publish the migrated codetok agent skills under .codex/skills.
  • Copy the same seven skills under .claude/skills for Claude-compatible local usage.
  • Stop ignoring .codex and .claude in .gitignore so these project skills can be versioned.

Notes

  • The PR intentionally includes only the seven requested migrated skills in each skill directory.
  • Existing local .claude/commands, OpenSpec skill copies, and unrelated docs/plans / openspec/changes drafts are not included.

Validation

  • git diff --cached --check
  • migrated skill frontmatter check for staged SKILL.md files
  • .codex / .claude migrated skill parity check
  • staged secret scan: no matches
  • make fmt
  • make vet
  • make build
  • make test

Known local blocker

  • make lint fails locally before analyzing this PR because the installed golangci-lint reports: unsupported version of the configuration: "".

Copilot AI review requested due to automatic review settings April 15, 2026 04:44

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread .gitignore

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .gitignore to allow committing agent skills.
  • Add seven skill definitions under .codex/skills/*/SKILL.md.
  • Mirror the same seven skills under .claude/skills/*/SKILL.md for 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.

@Miss-you
Miss-you merged commit efd7435 into main Apr 15, 2026
7 checks passed
@Miss-you
Miss-you deleted the codex/publish-agent-skills branch April 15, 2026 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants