Skip to content

Share repository skills across agents - #5013

Open
zzstoatzz wants to merge 1 commit into
mainfrom
codex/triage-history
Open

Share repository skills across agents#5013
zzstoatzz wants to merge 1 commit into
mainfrom
codex/triage-history

Conversation

@zzstoatzz

Copy link
Copy Markdown
Collaborator

Repository skills lived only in Claude’s discovery directory, leaving Codex to find them manually. Move the shared files to .agents/skills and retain Claude symlinks, with a small addition requiring issue triage to consult earlier issues, PRs, and maintainer decisions in git history.

Skills-only PRs skip expensive test and static-analysis work while preserving required check names. Changes outside the skill directories, including this workflow change, still receive normal validation.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-05T03:24:34.701003Z 3aea670 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@marvin-context-protocol marvin-context-protocol Bot added enhancement Improvement to existing functionality. For issues and smaller PR improvements. tests labels Sep 5, 2026

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

Copy link
Copy Markdown
Contributor

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: 3aea6705f3

ℹ️ 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 on lines +34 to +36
skills_only = bool(paths) and all(
path.startswith((b".agents/skills/", b".claude/skills/"))
for path in paths

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Badge Keep executable skill files behind the static gate

When a PR edits .agents/skills/release/scripts/changelog_entry.py or adds any other executable beneath these prefixes, every changed path still satisfies this test, so run-static.yml skips static_analysis and run-tests.yml skips all substantive test jobs. A syntax- or lint-breaking change to the existing release helper can therefore merge without the repository's mandatory static validation; restrict the exemption to skill documentation and compatibility symlinks, or explicitly exclude executable files.

AGENTS.md reference: AGENTS.md:L18-L24

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improvement to existing functionality. For issues and smaller PR improvements. tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants