Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add yueweilu/ai-agent-skills --skill "github-manager"
Install specific skill from multi-skill repository
# Description
Interact with GitHub repositories, issues, and pull requests using the GitHub CLI (gh).
# SKILL.md
name: github-manager
description: Interact with GitHub repositories, issues, and pull requests using the GitHub CLI (gh).
github-manager Skill
GitHub Manager Skill | GitHub 管理技能
This skill empowers the AI to manage GitHub resources directly via the command line.
Tools
gh_tool.py
A wrapper around the official gh CLI.
Location: skills/github-manager/gh_tool.py
Requirements:
- GitHub CLI (gh) must be installed and authenticated (gh auth login).
Usage:
python skills/github-manager/gh_tool.py [subcommand]
Examples:
- python skills/github-manager/gh_tool.py repo view (View current repo info)
- python skills/github-manager/gh_tool.py issue list (List open issues)
Acknowledgments
- Inspired by the Moltbot skills structure.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.