madobon
- 7 skills
- 0 followers
- 12 hours ago last updated
- ▌ Commit · madobonUse when the user wants a single commit only in the current repository. Review the working tree, group the current changes into one intentional commit, write a concise semantic commit message, and stop without pushing.
- ▌ Commit Push · madobonUse when the user wants one commit and then a push for the current branch. Create a single intentional semantic commit, push it to the tracked remote, and stop without creating a pull request.
- ▌ Commit Push Pr · madobonUse when the user wants one commit, a push, and pull request creation. Create one intentional semantic commit, push the branch, and open a PR with a concise title and body.
- ▌ Semantic Commit · madobonUse when the user wants the current uncommitted changes split into meaningful semantic commits instead of one large commit. Group related changes by intent, keep each commit coherent, and stop without pushing.
- ▌ Semantic Cleanup · madobonUse when the user has messy local changes and wants them cleaned up into a few meaningful semantic commits. This is a more conservative semantic commit mode focused on tidying scattered edits without rewriting history or pushing.
- ▌ Semantic Pr Cleanup · madobonUse when the user is updating an existing PR branch after review or follow-up fixes and wants the remaining local changes organized into meaningful semantic commits. Clean up the pending changes, commit them coherently, and push the branch to update the PR.
- ▌ Frontend Design · madobon bundleCreate distinctive, production-grade frontend interfaces with strong design direction. Use when the user asks to build or restyle web pages, landing pages, dashboards, React components, HTML/CSS layouts, or other visual UI artifacts.