From github-inspector
Verify the github-inspector connector's prerequisites and write its config. Idempotent.
How this command is triggered — by the user, by Claude, or both
Slash command
/github-inspector:setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /github-inspector:setup Prepares the github-inspector connector. Confirms `gh` CLI is installed and authenticated, writes `~/.config/claude-grc/connectors/github-inspector.yaml`, and runs a read-only health check. ## How to run The script exits 0 on success, 2 on missing auth, 5 on missing `gh` binary. ## Arguments None. Reads from the environment: - `GH_TOKEN` — optional; if set, `gh` uses it directly. Otherwise the script honors whatever `gh auth login` already configured. - `CLAUDE_GRC_CONFIG_DIR` — override `~/.config/claude-grc`. ## What it does 1. Check that `gh` is on `PA...
Prepares the github-inspector connector. Confirms gh CLI is installed and authenticated, writes ~/.config/claude-grc/connectors/github-inspector.yaml, and runs a read-only health check.
bash plugins/connectors/github-inspector/scripts/setup.sh
The script exits 0 on success, 2 on missing auth, 5 on missing gh binary.
None. Reads from the environment:
GH_TOKEN — optional; if set, gh uses it directly. Otherwise the script honors whatever gh auth login already configured.CLAUDE_GRC_CONFIG_DIR — override ~/.config/claude-grc.Check that gh is on PATH. If not, fail with remediation (brew install gh or apt install gh).
Run gh auth status to verify an active token.
Run gh api user --jq .login to confirm the token actually works.
Write ~/.config/claude-grc/connectors/github-inspector.yaml with defaults:
version: 1
source: github-inspector
source_version: "0.1.0"
authenticated_as: <your-login>
defaults:
scope: "@me" # "@me" | "org:<name>" | "repo:<owner>/<name>"
include_archived: false
include_forks: false
Print a one-line success message and a reminder of next steps.
github-inspector:setup ✓
gh version: 2.59.0
authenticated as: octocat
config written: ~/.config/claude-grc/connectors/github-inspector.yaml
Next: /github-inspector:collect --scope=@me
gh and re-run.gh auth login, then re-run.gh auth login --scopes=repo,read:org,read:packages.Yes. Running again re-validates auth and rewrites the config. It does not destroy cached findings.
/setupInitializes or resumes Conductor project setup by creating foundational documentation (product definition, tech stack, workflow, style guides) through interactive Q&A.
/setupChecks whether the local Codex CLI is ready and optionally toggles the stop-time review gate. If Codex is not installed, prompts the user to install it via npm.
/setupWalks an enterprise admin through configuring the Claude Office add-in to call their own cloud (Vertex/Bedrock/Foundry/gateway), producing a customized manifest.xml for M365 deployment.
/setupDetects and cleans up ghost installations of the claude-hud plugin in Claude Code, checking cache, registry, and temp files across macOS/Linux and Windows.
/setupInteractive setup wizard that detects installed AI providers, configures auth, and optimizes token usage for the Octopus ecosystem. Runs on first install or manual invocation.
8plugins reuse this command
First indexed Apr 26, 2026
Showing the 6 earliest of 8 plugins
npx claudepluginhub vantainc/claude-grc-engineering --plugin github-inspector