Github Project Skills
Github Project Skills from yu-iskw/github-project-skills.
Skills in this plugin
5- ▌ Gh Issue Management · yu-iskw-github-project-skills bundleComprehensive management of GitHub issues, including sub-issue hierarchies. Use to create, update, close, list, search, view, comment on, and manage parent-child relationships between issues in a single skill.
- ▌ Gh Verifying Context · yu-iskw-github-project-skills bundleVerifies the current GitHub authentication status and git remote against the repo-level config at .github/project-config.json. Proceeds silently when the environment matches the config. Alerts only when a mismatch is detected or no config exists. Use at the start of every session.
- ▌ Gh Project Management · yu-iskw-github-project-skills bundleComprehensive management of GitHub Projects (v2). Use to list projects, view items, add items, update fields, and manage project structure in a single skill.
- ▌ Gh Set Active Project · yu-iskw-github-project-skills bundleSets the active GitHub project and repository context by writing a repo-level config file at .github/project-config.json. Run once per repository to eliminate repeated context verification prompts and share the context with all team members via git. All subsequent agent sessions will auto-verify silently against this config.
- ▌ Gh Linking Branches To Issues · yu-iskw-github-project-skills bundleCreates and links a development branch to an issue. Use to start implementation work.