commit
01Skill Claude CodeCodex
Create a well-formed git commit from current changes using session history for rationale and summary; use when asked to commit, prepare a commit message, or finalize staged work.
Skill Claude CodeCodex
Create a well-formed git commit from current changes using session history for rationale and summary; use when asked to commit, prepare a commit message, or finalize staged work.
Skill Claude CodeCodex
Investigate stuck runs and execution failures by tracing Symphony logs with issue/session identifiers; use when runs stall, retry repeatedly, or fail unexpectedly.
Skill Claude CodeCodex
Land a PR by monitoring conflicts, resolving them, waiting for checks, and squash-merging when green; use when asked to land, merge, or shepherd a PR to completion.
Skill Claude CodeCodex
Use Symphony's lineargraphql client tool for raw Linear GraphQL operations such as comment editing, state transitions, and uploads.
Skill Claude CodeCodex
Pull latest origin/main into the current branch and resolve merge conflicts. Use when Codex needs to sync a feature branch with origin before pushing.
Skill Claude CodeCodex
Push current branch to origin and create or update the PR; use when asked to push, publish updates, or create a pull request.
Instructions file CodexOpenCode
Instructions for kwanpham2195/symphony-go, covering agents.md, build / test, architecture, key conventions and testing patterns.
Skill Claude CodeCodex
Set up, configure, run, and troubleshoot symphony-go — an autonomous agent orchestrator that polls Linear issues and runs Codex sessions. Use when the user asks to install symphony, create a WORKFLOW.md, configure Linear integration, start the orchestrator, debug stuck agents, fix failing hooks, tune retry/backoff…