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:
working-on-issuefinds the issue, switches to its branch, assigns it, and marks it started.implementchanges the code and adds tests.polishreviews the committed changes and fixes problems before publication.ready-prcommits 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.