[codex] Add generic agent workflow baseline#4
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a reusable “baseline” agent workflow layer to this dotfiles repo so organization bootstraps can consume generic ship/review/resolve workflows without embedding org-specific policy here.
Changes:
- Introduces
agent/manifest.jsondescribing baseline agent docs, commands, and skills for downstream consumption. - Adds Claude + Codex command definitions for
/shipand/review-cycle. - Expands the existing
shipskill guidance and adds a newreview-cycleskill.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Documents the new agent/ manifest and clarifies it is not installed by install.sh. |
| agent/manifest.json | Defines the baseline workflow layer (docs, commands, skills) for downstream bootstraps. |
| .agents/skills/ship/SKILL.md | Expands ship workflow to include standards discovery and a more explicit checklist. |
| .agents/skills/review-cycle/SKILL.md | Adds a new review/fix/retest loop skill. |
| .agents/commands/codex/ship.md | Adds Codex /ship command guidance. |
| .agents/commands/codex/review-cycle.md | Adds Codex /review-cycle command guidance. |
| .agents/commands/claude/ship.md | Adds Claude /ship command guidance. |
| .agents/commands/claude/review-cycle.md | Adds Claude /review-cycle command guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Impact
Organization repos can consume agent/manifest.json as a low-priority baseline without putting organization-specific policy in dotfiles. The dotfiles installer itself remains focused on personal tooling and does not directly install these workflows.
Validation
Paired work