Skill Claude CodeCodex
A test-driven implementation workflow: write a failing test, make it pass, then improve the code. TDD means tests guide development before the final implementation is written.
Skill Claude CodeCodex
A test-driven implementation workflow: write a failing test, make it pass, then improve the code. TDD means tests guide development before the final implementation is written.
Skill Claude CodeCodex
A code-review workflow step for checking completed issue work against its design and coding-quality requirements. A separate session is recommended so implementation decisions do not bias the review.
Skill Claude CodeCodex
A review of a software design document against general design principles, focusing on requirements, limits, and user experience rather than implementation details.
Skill Claude CodeCodex
A readiness review for checking whether a GitHub Issue, a task or bug-tracking record, contains enough accurate information to begin work.
Skill Claude CodeCodex
A setup step that creates a separate Git worktree, an additional working directory for one branch, and adds tracking information to an Issue.
Skill Claude CodeCodex
A post-fix check for an issue’s code changes. It verifies that previously reported problems were corrected, without looking for new problems.
Skill Claude CodeCodex
A follow-up check that confirms whether requested design changes were made correctly. It does not look for new problems.
Skill Claude CodeCodex
A workflow check that manually runs a Kaji workflow and records the result on a GitHub Issue, a task or bug-tracking record.
Skill Claude CodeCodex
A pull-request fix workflow based on code-review comments. It evaluates whether each comment is technically valid, then either applies a correction or explains why the comment should not be accepted.
Skill Claude CodeCodex
A follow-up check for a GitHub pull request after its requested fixes have been made. A pull request is a proposed code change for review; this check confirms the earlier findings were addressed without adding new review comments.
Skill Claude CodeCodex
A publishing workflow for a managed starter template snapshot. It resolves the tracking issue and candidate, requires an independent review pass, checks repository and dependency consistency, and then performs an atomic push after its approval gates.
Skill Claude CodeCodex
A maintainer workflow for releasing the kaji project. It updates the version and changelog, creates a Git tag and GitHub Release, and hands PyPI publishing to GitHub Actions after approval.
Skill Claude CodeCodex
A command for running the review part of a GitHub Issue workflow. A pull request is a proposed code change that others review before it is merged.
Skill Claude CodeCodex
A polling skill that waits for an automatic code-review signal from the GitHub Codex connector and reports its verdict. If automatic review credits are unavailable, it can fall back to an existing review skill.
Skill Claude CodeCodex
Skill "review-starter-update" from apokamo/kaji, covering review starter update, 入力, 実行順, 判定 and verdict.
Skill Claude CodeCodex
A skill for carrying out the first code review on a GitHub pull request, a proposed code change submitted for review. It evaluates design alignment, code quality, tests, and documentation before posting an approval or requested changes.
Skill Claude CodeCodex
Create a validated sequential Issue series plan from an explicitly ordered GitHub Issue list. Use when a maintainer wants to generate or update an ID-named YAML file under .kaji/series, select standard workflows from Issue type metadata and workflow descriptions, or preview a series without starting it.
Skill Claude CodeCodex
A maintainer-only workflow for updating a managed starter repository to match a published kaji software release, while preparing an unpushed candidate for review.
Instructions file CodexOpenCode
Instructions for apokamo/kaji, covering agents.md, project, always-apply rules(skill 外のターンでも常に適用), routing(作業種別 → 入口) and collaboration style.
Instructions file
Instructions for apokamo/kaji, covering claude code memory, code intelligence and development skills.
Skill Claude CodeCodex
Fixture SKILL.md used by tests that exercise the execscript dispatch path.