Aptu — AI skill for Claude Code
AI code review and issue triage harness for GitHub -- GitHub App, CLI, and Action.
How to install Aptu
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open clouatre-labs/aptu and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Aptu does
AI code review and issue triage harness for GitHub -- GitHub App, CLI, and Action. Structured context engineering for higher-quality reviews at lower cost.
Alternatives in AI
- Codex Plugin — 's /codex:adversarial-review command 9.6k ★
- Better Harness — Review this project's AI coding workflow with Better Harness and generate a durable report 2.1k ★
- TokenTracker — Local-first AI token usage & cost tracker for 31 coding tools incl 1.4k ★
README
Aptu
[](https://crates.io/crates/aptu-cli) [](https://docs.rs/aptu-core) [](https://api.reuse.software/info/github.com/clouatre-labs/aptu) [](https://slsa.dev) [](https://www.bestpractices.dev/projects/11662)
Aptu is an AI SDLC review harness for GitHub (GitHub App, CLI, and GitHub Action) that assembles structured context before every AI call, so review quality does not depend on which surface you use.
GitHub App
Install the [Aptu GitHub App](https://github.com/apps/aptu-dev) and add the dispatch handler workflows to enable AI-powered issue triage and PR review across your repositories.
Grant the app access to a repository, then commit a `.github/aptu.yml` file to opt in:
version: 1
triage:
enabled: true
review:
enabled: true
paths:
- "src/**"
- "crates/**"
- "!**/*.md"
ai:
provider: openrouter
model: google/gemma-4-26b-a4b-it
All installations must supply an `ai` block with `provider` and `model`. The provider determines which repository secret the dispatch handler resolves (`OPENROUTER_API_KEY`, `ANTHROPIC_API_KEY`, or `GEMINI_API_KEY`).
Each repository must install the dispatch handler workflows from [aptu-github-app](https://github.com/clouatre-labs/aptu-github-app/blob/main/README.md#installation). The Worker mints an operation-scoped installation token and forwards it to the dispatch handlers; installers do not need `APP_ID`
Related Skills
Agent Harness Construction
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion
Sourceant
Persistent memory for AI coding agents: decisions, rules, API contracts, and system topology served over MCP t
Review Pro
Repository-aware AI code review for coding agents — triage → 13 specialist reviewers → synthesis. Reviews what
Simplicity Review
Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. Reviews the current diff for ov
Express Issue Triage Agent Template
An Express and AI SDK agent that triages new GitHub issues on Vercel, applying labels and a maintainer reply.
Study AI Engineering
This repository is a structured knowledge base for studying AI Engineering, focusing on Harness, Loop, and Gra
Related Agents
Copilot Agent
Runs GitHub Copilot CLI on the user's Copilot subscription. Three modes - consult (harness-enforced read-only
Team GitHub Operator
GitHub CLI operator — inspect, fetch, triage, label, link, and post content on issues and pull requests using
Subagent Idea Triager
Triage gate for the idea inbox. Reads an idea issue (created from idea.yml), runs the 5-question honesty check