Agent Skills for automated
PR review workflows with Entelligence AI, usable from Claude Code and
compatible coding agents. Requires git + the gh CLI, and the
Entelligence PR review app installed on the repo. GitHub only.
| Skill | Description |
|---|---|
entloop |
Loop: trigger an Entelligence review, fix every comment, resolve the threads, re-review, until 5/5 "Safe to Merge" confidence and zero unresolved threads. |
| Need | Tool / setup | Install |
|---|---|---|
| Git host CLI | gh (authenticated) |
cli.github.com |
| Reviewer | Entelligence PR review app on the repo | github.com/apps/entelligence-ai-pr-reviews |
Authenticate before use: gh auth login.
Clone the repo and symlink the skills you want into your Claude Code skills directory (a skill must
be a direct child of ~/.claude/skills/):
git clone https://github.com/Entelligence-AI/skills.git ~/.claude/skills/entelligence
ln -s ~/.claude/skills/entelligence/entloop ~/.claude/skills/entloopOr just copy the one you want:
cp -r entloop ~/.claude/skills/Per-project installs work too: use .claude/skills/ inside the repo instead of ~/.claude/skills/.
Restart Claude Code. The agent discovers the skill by its description; on your PR branch, ask it to "loop this PR with entloop" (or invoke the skill directly). Because a skill is plain markdown plus the tools it declares, the same files work with other agents (Cursor and similar) too.
entelligenceCLI - run an Entelligence review on your local diff from the terminal.