.agents/skills/github/SKILL.md
Interact with GitHub for issue and PR management. Use for creating/viewing/listing issues and pull requests.
npx skillsauth add josephaw1022/SuperKind githubInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides procedural guidance and tools for interacting with GitHub repositories using the gh CLI.
When a user asks to manage issues or pull requests, use the provided scripts in the scripts/ directory.
scripts/create-issue.sh "Title" "Body"scripts/update-issue.sh <number> "Title" "Body"scripts/view-issue.sh <number>scripts/list-issues.shscripts/create-pr.sh "Title" "Body"scripts/update-pr.sh <number> "Title" "Body"scripts/view-pr.sh <number>scripts/list-prs.shcreate-pr.sh script defaults to the main branch as the base.testing
Common Git operations for branch management, syncing with main, and viewing differences. Use when you need to checkout branches, create new ones, pull latest changes, or check git status and diffs.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------