Instructions file CodexOpenCode
Instructions for zjshen14/opencli, covering agents.md, project overview, getting started with a task, commands and source structure.
Instructions file CodexOpenCode
Instructions for zjshen14/opencli, covering agents.md, project overview, getting started with a task, commands and source structure.
Instructions file
Instructions for zjshen14/opencli, covering claude.md, project overview, getting started with a task, commands and source structure.
Skill Claude CodeCodex
Create or switch to a feature branch, typically tied to a GitHub issue. Use when asked to create a branch or start work on an issue.
Skill Claude CodeCodex
Generate a changelog or release notes from recent git history. Use when asked to write a changelog, summarize recent commits, or produce release notes.
Skill Claude CodeCodex
Draft and create a git commit for staged changes. Use when asked to commit.
Skill Claude CodeCodex
Diagnose and fix a reported error or unexpected behaviour. Use when asked to debug or fix an error.
Skill Claude CodeCodex
Explain a piece of code, concept, or file clearly. Use when asked to explain something.
Skill Claude CodeCodex
Create, view, list, or comment on GitHub issues. Use when asked to file, open, or manage GitHub issues.
Skill Claude CodeCodex
Create, review, or manage GitHub pull requests. Use when asked to open, check, or merge a PR.
Skill Claude CodeCodex
Run the linter, auto-fix what's fixable, and report the rest. Use when asked to lint or fix lint errors.
Skill Claude CodeCodex
Scaffold a new custom SKILL.md file interactively. Use when asked to create a new skill or slash command.
Skill Claude CodeCodex
Review code for correctness, style, and security issues. Use when asked to review or check code.
Skill Claude CodeCodex
Run the project test suite and surface failures. Use when asked to run tests or check test status.
Skill Claude CodeCodex
Write tests for a function, module, or feature. Use when asked to write or add tests.
Skill Claude CodeCodex
Run type checking and surface errors. Use when asked to typecheck, check types, or verify types compile.