Migrate repository agent tooling to Codex - #1102
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the repository’s agent automation from the prior Claude GitHub Actions workflow to Codex-native configuration, adding repository-scoped skills and Codex hook/MCP setup while removing the legacy workflow entry points.
Changes:
- Removed the Claude GitHub Actions workflow (comment-triggered + scheduled jobs).
- Added Codex skills (PR feedback, issue implementation, repo synchronization) with UI manifests.
- Added Codex MCP (Playwright) configuration and a PostToolUse hook to regenerate derived data when generator sources change, plus updated AGENTS.md documentation.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
AGENTS.md |
Documents Codex workflow routing and where Codex project tooling/config lives. |
.sync-repos |
Updates the reference path for the sync-repos skill documentation under .agents/. |
.github/workflows/claude.yml |
Removes the legacy Claude Code GitHub Actions workflow and jobs. |
.codex/hooks/regen-data.py |
Adds a Codex hook script to detect generator edits and dispatch derived-data regeneration. |
.codex/hooks.json |
Registers the PostToolUse hook to run regeneration after Write/Edit operations. |
.codex/config.toml |
Adds Codex Playwright MCP server configuration and enables hooks. |
.agents/skills/sync-repos/SKILL.md |
Defines the repository-scoped sync-repos skill and its safe sync/update procedure. |
.agents/skills/sync-repos/agents/openai.yaml |
Adds the UI manifest for the sync-repos skill. |
.agents/skills/implement-issue/SKILL.md |
Defines the repository-scoped implement-issue skill workflow. |
.agents/skills/implement-issue/agents/openai.yaml |
Adds the UI manifest for the implement-issue skill. |
.agents/skills/address-pr-feedback/SKILL.md |
Defines the repository-scoped address-pr-feedback skill workflow. |
.agents/skills/address-pr-feedback/agents/openai.yaml |
Adds the UI manifest for the address-pr-feedback skill. |
Contributor
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-coast-0df43410f-1102.eastus2.2.azurestaticapps.net |
Contributor
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-coast-0df43410f-1102.eastus2.2.azurestaticapps.net |
codemonkey85
enabled auto-merge
July 20, 2026 14:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
git diff --cached --checkNo .NET build or test was run because this PR does not change application code.