implement-plan

Installation
SKILL.md

Implement Plan

Implement a development plan from GitHub Issues using the full GitHub DevOps workflow.

Key Directives

  • Git commit after completing work using conventional commit format. Always commit with --signoff. Write commits in English.
  • Create a comprehensive work report as PR details or comments, detailing the work performed, code changes, and test results for the project.

Implementation Stage is to implement the plan step by step, following the instructions provided in the issue and submit a work report PR at last

This time, the work requires greater accuracy. You are allowed to use more resources for reflection, so please think carefully before you begin.

Steps

  1. Check Current Situation: Run git status to check the repository state to ensure you are aware of any uncommitted changes or issues before proceeding with any operations. If not on the master branch, you may still be in the half implementation state, check git logs between current branch and master to see what's been done. If on master, start fresh with a new issue.

  2. Get Issue Lists: Get the list of issues to see all backlogs and bugs. Find the issue the user wants or the one currently in progress, you can list all of them and ask user to assign you an issue.

Related skills

More from jim60105/copilot-prompt

Installs
9
GitHub Stars
18
First Seen
Mar 1, 2026