develop

Installation
SKILL.md

Develop

develop takes one request from implementation through a ready-to-merge pull request. The request can contain an issue reference, written instructions, or both.

It runs four skills in order:

  1. working-on-issue finds the issue, switches to its branch, assigns it, and marks it started.
  2. implement changes the code and adds tests.
  3. polish reviews the committed changes and fixes problems before publication.
  4. ready-pr commits any remaining work, pushes the branch, updates the pull request, handles review feedback, and checks whether it is ready to merge.

develop never merges the pull request. It also uses the regular implement flow. Use develop-with-workflow when the user asks for parallel implementation.

Installs
72
GitHub Stars
1
First Seen
Jul 6, 2026
develop — patinaproject/skills