mcpbeat Sign in

Aai Github Agent Skill

Use aai-cli to inspect and manage GitHub repositories, issues, pull requests, reviews, branches, source files, and Actions logs.

6k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
104
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aai-labs/agent-barn --skill aai-github

What comes with it

22 848 bytes besides the instruction
references/command-reference.md

The instruction itself

1 sections, as written by the author

aai-cli GitHub

Use this skill when working with GitHub through aai-cli github.

Before running commands, confirm the active profile or pass --profile. GitHub profiles normally provide owner and repo; most commands also accept --owner and --repo overrides.

For pull request review work, start with prs get, inspect changed files with prs files, fetch large diffs with prs diff --output, and read exact file contents with source get <sha> <path> before posting comments or reviews.

Successful output is JSON on stdout. Errors are structured JSON on stderr. See the command reference for command shapes, response notes, and review workflows.

How to use it

Copy the folder

Take aai-labs/aai-github from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.