Github
Skill CloudChef/atlasclaw-providers/providers/github/skills/github
atlasclaw-providers are the integration with enterprise systems through skills and webhook.
npx -y skills add CloudChef/atlasclaw-providers --skill githubAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
GitHub provider skill backed by the gh CLI. Use for GitHub repositories, pull requests, issues, workflow runs, checks, releases, search, and gh api queries.
SKILL.md
2.6 KB, as published. Nobody here has run it
GitHub
Use this provider skill for authenticated GitHub operations through gh.
The runtime supplies the selected provider instance and the current user's
GitHub token. Do not ask the user to run gh auth login; this provider uses
AtlasClaw user_token credentials and non-interactive environment variables.
Common Commands
Check CI status on a pull request:
{"args": ["pr", "checks", "55"], "repo": "owner/repo"}
List recent workflow runs:
{"args": ["run", "list", "--limit", "10"], "repo": "owner/repo"}
View a run and show failed logs:
{"args": ["run", "view", "123456789", "--log-failed"], "repo": "owner/repo"}
Fetch a PR field through the GitHub API:
{"args": ["api", "repos/owner/repo/pulls/55", "--jq", ".title"]}
Safety
Commands that create or change GitHub data, including PRs, comments, reviews, issues, workflow dispatches, releases, repository settings, or merges, require clear user intent and any required confirmation before running.