undertakingyou
- 3 skills
- 0 followers
- 3 hours ago last updated
- ▌ Commit Message · undertakingyouDraft a structured commit message from uncommitted changes (staged, unstaged, and untracked). Use when the user asks to write, draft, generate, or create a commit message, or says "what should my commit message be", "summarize my changes for a commit", etc. Do NOT use if the user asks to actually commit — this only drafts the message.
- ▌ Pr Review Triage · undertakingyouTriages PR review comments — fetches all comments from a GitHub PR, ranks them by criticality, suggests resolutions, and presents a numbered table for the user to pick which items to address.
- ▌ Peer Review · undertakingyou bundlePeer-review a GitHub PR — optionally against a ticket from Jira, GitHub Issues, or a Coda document. Takes a PR number and an optional ticket reference, fetches both, then evaluates ticket fulfillment (when a ticket is provided), investigates logic bugs and edge cases, and checks for architectural concerns like cross-subproject coupling. Use when the user says "peer review", "review this PR", "review PR against ticket", "does this PR satisfy the ticket", or provides a PR number (with or without a ticket reference) and asks for a review. Works with Jira keys (WKD-123), GitHub issue numbers (#42), Coda doc URLs, or no ticket at all. Only triggers on explicit invocation.