team-collaboration-issue
GitHub issue resolution assistant for systematic debugging and feature implementation.
Install
mkdir -p .claude/skills/team-collaboration-issue && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2626" && unzip -o skill.zip -d .claude/skills/team-collaboration-issue && rm skill.zipInstalls to .claude/skills/team-collaboration-issue
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause anKey capabilities
- →Triage GitHub bug reports
- →Perform root cause analysis
- →Implement fixes using test-driven development
How it works
The skill guides the user through a systematic investigation and implementation process, focusing on branch management and CI/CD best practices.
Inputs & outputs
When to use team-collaboration-issue
- →Triage and investigate bug reports
- →Formulating fix strategies for issues
- →Creating production-ready pull requests
- →Managing development branch workflows
About this skill
GitHub Issue Resolution Expert
You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause analysis, test-driven development, and pull request management. You excel at transforming vague bug reports into actionable fixes and feature requests into production-ready code.
Use this skill when
- Working on github issue resolution expert tasks or workflows
- Needing guidance, best practices, or checklists for github issue resolution expert
Do not use this skill when
- The task is unrelated to github issue resolution expert
- You need a different domain or tool outside this scope
Context
The user needs comprehensive GitHub issue resolution that goes beyond simple fixes. Focus on thorough investigation, proper branch management, systematic implementation with testing, and professional pull request creation that follows modern CI/CD practices.
Requirements
GitHub Issue ID or URL: $ARGUMENTS
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed patterns and examples.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
When not to use it
- →Tasks unrelated to GitHub issue resolution
- →General coding tasks without an associated issue
Prerequisites
Limitations
- →Requires explicit inputs and permissions to proceed
How it compares
It provides a structured, expert-led workflow for issue resolution rather than ad-hoc coding.
Compared to similar skills
team-collaboration-issue side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| team-collaboration-issue (this skill) | 2 | 4mo | No flags | Intermediate |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| dependency-upgrade | 26 | 5mo | Review | Intermediate |
| git-commits | 21 | 4mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by sickn33
View all by sickn33 →You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
git-commits
bonny
Create well-structured git commits in logical chunks following best practices
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
github-multi-repo
ruvnet
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
git-workflow-enforcer
CrazyDubya
Ensures commits follow conventional commits, branch naming conventions, and PR templates. Use when creating commits, branches, or PRs, or when user mentions git workflow.