code-review
01Agent
A specialised helper for reviewing code changes, finding bugs, diagnosing causes, and challenging reported problems with counterexamples.
Agent
A specialised helper for reviewing code changes, finding bugs, diagnosing causes, and challenging reported problems with counterexamples.
Agent
A general-purpose sub-agent for difficult coding work that needs careful judgment, such as design, root-cause analysis, or reasoning across several files.
Agent
A read-only sub-agent for locating code, files, settings, and call paths when their location is uncertain. It reports findings with file and line references rather than changing the project.
Agent
A general-purpose sub-agent for carrying out already-defined coding tasks. It can implement, modify, clean up, and verify work when the files and desired result are known.
Agent
A general-purpose sub-agent for small, clearly defined tasks such as summaries, extraction, conversion, or simple lookups. A sub-agent is a separate coding agent given one focused assignment.
Agent
An evaluation grader for coding-skill tests. It checks a runner’s result against a list of required statements, called assertions, and returns a strict JSON decision.
Agent
A controlled test runner for evaluating a coding skill. It runs one test prompt with or without the skill’s instructions and returns the original result for comparison.
Skill Claude CodeCodex
A guide for connecting an app to an AI language model or to the tiguclaw assistant. It compares a tiguclaw-specific endpoint with an OpenAI-compatible gateway, a standard interface used by several model services.
Skill Claude CodeCodex
A bridge that copies Claude Code’s agents, skills, and slash commands from a project’s `.claude/` folder into tiguclaw, where they can be reused.
Skill Claude CodeCodex
A method for reviewing code, bugs, diffs, branches, and pull requests. A diff is the set of changes between two versions of code, and a pull request is a proposed change submitted for review.
Skill Claude CodeCodex
A bridge that copies Codex skills and project instructions into tiguclaw so they can be reused there; Codex skills are folders containing `SKILL.md` instructions.
Skill Claude CodeCodex
A maintenance guide for a SQLite database that stores memories, sessions, and conversation records in one file. SQLite is a database system that can keep data in a single file.
Skill Claude CodeCodex
A planning skill for deciding whether a task should be split among several coding agents, and for managing that team when needed. A harness is the coordination setup that passes work between agents and collects their results.
Skill Claude CodeCodex
A safety check for registering scheduled jobs, file watchers, or web endpoints that can start an assistant task without someone present.
Skill Claude CodeCodex
A guide for creating or improving an individual coding-agent skill, with optional tests to measure whether the result is better. It also covers when to use a larger setup containing multiple agents and an orchestrator.
Skill Claude CodeCodex
A verification procedure for checking that a code change was actually built, deployed, and executed by the running system.