[codex] Implement SkillOps command group - #1
Conversation
There was a problem hiding this comment.
Pull request overview
Implements a new nested skills command group (“SkillOps”) in scripts/agent_context.py to inventory/validate repository-local Agent Skills under .agents/skills/, generate deterministic registry and health reports, sync compact skill routes into .agents/routing.md, and scaffold eval workspaces / run explicit Codex evals. This is integrated into top-level check() and documented across READMEs, extension guides, and the changelog, with expanded unit test coverage.
Changes:
- Add SkillOps core implementation: skill discovery, dependency-free frontmatter parsing, local reference + eval manifest validation, registry/report generation, routes sync, and eval workspace/runner helpers.
- Integrate skill validation and route checking into the existing
check()flow and add CLI subcommands underskills. - Update documentation and add extensive tests covering success and failure cases (including symlink and unsafe-path handling).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/test_agent_context.py | Adds end-to-end and unit tests for SkillOps inventory/check/sync/routes/workspace/Codex-runner behavior. |
| scripts/agent_context.py | Implements SkillOps command group, validation/parsing logic, deterministic outputs, and check() integration. |
| references/extension-guide.md | Documents new SkillOps outputs and extension points. |
| references/extension-guide.ja.md | Japanese documentation update for SkillOps commands and helpers. |
| README.md | Adds SkillOps usage documentation and CLI examples. |
| README.ja.md | Japanese README update for SkillOps usage and safety notes. |
| CHANGELOG.md | Records new skills command group and capabilities. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cf567f9b46
ℹ️ 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".
Summary
skillscommand group for SkillOps inventory, static checks, reports, sync, routes, eval workspace planning, and explicit Codex eval runner support.Validation
PYTHONPYCACHEPREFIX=/tmp/agent-context-pycache scripts/run_checks.sh