# commit-helper > Helps the user write Conventional Commits messages for Semantic Release. - Author: fm - Repository: eraflo/Compass - Version: 20260201140808 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/eraflo/Compass - Web: https://mule.run/skillshub/@@eraflo/Compass~commit-helper:20260201140808 --- --- name: commit-helper description: Helps the user write Conventional Commits messages for Semantic Release. input_schema: type: object properties: changes: type: string description: "Description of what you just coded." --- # Commit Helper ## Instructions - Analyze the user's changes. - Suggest a commit message following the format: `(): `. - Types: feat, fix, docs, style, refactor, perf, test, chore. ## Examples **User:** "I just finished the parser logic." **Agent:** "I suggest: `feat(parser): implement markdown structural parsing`"