Dev Autodev

Common autodev loop for branch, implement, test, commit, and PR summary. Use when this capability is needed.

tomevault-io Updated

File contents

Autodev Loop

Shared development workflow used by project-specific dev skills. No planning step, go straight to implementation.

Steps

  1. Sync, detect the default branch (git remote show upstream 2>/dev/null | sed -n 's/.*HEAD branch: //p', fallback to main), checkout it and run git sync.

  2. Create a branch for the feature/fix.

  3. Implement, follow existing coding style, keep changes minimal.

  4. Add tests, parameterized, concise, following project conventions.

  5. Verify, run the project's build and test commands.

  6. Commit with git commit -n -m "msg", no co-author tags.

  7. PR summary: Use /dev-pr-summarize to generate a changelog.

  8. Checkout the default branch when done.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/guan404ming--gmccc--dev-autodev commit 8c5c3452b4

Frequently asked questions

npx skillmds@latest add tomevault-io/dev-autodev