dakotahp
@dakotahp
4 Skills
0 Total Stars
March 2026 Joined
Public Skills
feature
by dakotahp
Use when implementing a new feature from scratch, before writing any implementation code.
commit-description
by dakotahp
Generates a commit title and body for the current changes by analyzing the diff and the repo's existing commit style. Pass optional context to guide the output (e.g. ticket number, intent).
pr-description
by dakotahp
Generates a pull request title and description for the current branch. Explains the why, the technical approach, and includes ASCII or Mermaid diagrams where they add clarity. Pass optional context such as a ticket number or additional intent.
explain-code
by dakotahp
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"