gitee-implement-issueUse this skill when the user asks to implement an issue, "work on this issue", "implement issue", "develop based on an issue", "implement-issue". Requires Gi...
Install via ClawdBot CLI:
clawdbot install oschina/gitee-implement-issueGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 22, 2026
A developer in an open-source project uses this skill to pick up a new feature request or bug report from the Gitee issue tracker. They fetch the issue details, analyze requirements, implement the code locally, and create a pull request that automatically links back to the original issue, streamlining collaboration and tracking.
An IT team in a company manages internal tools via a Gitee repository. When an employee reports a bug or enhancement request as an issue, a developer uses this skill to systematically address it—from analysis to PR creation—ensuring changes are documented and linked for audit trails and team visibility.
In a university or coding bootcamp, instructors assign issues on Gitee for students to practice real-world development workflows. Students use this skill to understand issue requirements, implement solutions in their local clones, and submit PRs, learning version control and project management best practices.
A freelance developer working on a client's project hosted on Gitee receives issue requests for new features or fixes. They use this skill to fetch issue details, plan implementation, code changes locally, and create PRs that link back to client communications, ensuring transparency and efficient delivery.
Companies building software-as-a-service products use this skill to manage feature requests and bug fixes reported via Gitee issues. It accelerates development cycles by automating issue-to-PR workflows, reducing manual overhead and improving release velocity for subscription-based services.
Development agencies or consultants leverage this skill to handle client projects on Gitee. It standardizes the process from issue analysis to implementation, enabling efficient project tracking and billing based on completed issues, enhancing client satisfaction and operational efficiency.
Businesses offering support or premium features for open-source software use this skill to manage community-contributed issues. It helps prioritize and implement enhancements or fixes, driving user adoption and monetization through support contracts, donations, or enterprise editions.
💬 Integration Tip
Ensure the Gitee MCP server is properly configured with authentication, and verify the local repository path is accessible to avoid errors during coding and PR creation steps.
Scored Apr 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...