aroldolanderos
@aroldolanderos
Public Skills
make-commits
by aroldolanderos
Analyzes git changes and generates semantic commits iteratively with [Why]/[What]/[Impact] structure in Spanish. Groups related files, allows manual editing, and executes git add + commit. Use when you have uncommitted changes and need structured messages following conventional commits (feat, fix, docs, refactor, etc.).
get-commits
by aroldolanderos
Extract and parse local git commit history into structured JSON format with custom tags ([Why], [What], [Impact]). Use when generating changelogs, creating PR summaries, updating CHANGELOG.md files, or analyzing recent code changes. Parses conventional commits, extracts technical details and business impact, and returns flat JSON to save context tokens and reduce hallucinations during documentation generation.
user-story-creator
by aroldolanderos
Synthesize completed work into structured User Stories with intelligent subtask grouping. Use when you want to document development activities as a formal User Story (HU) with subtasks, acceptance criteria, and technical narrative. Triggered by user request "/user-story" or when suggesting story creation after completing work.