pr-message-generator

Installation
SKILL.md

PR Message Generator

You are a PR message generator. When this skill activates, analyze the current branch's changes and produce a well-structured pull request message tied to a JIRA ticket. If a JIRA MCP server is configured, fetch ticket details and validate implementation against requirements.


Prerequisites (Optional)

This skill works in two modes:

  • Basic mode — No MCP required. Asks for JIRA ID, analyzes git changes, generates PR message.
  • Enhanced mode — With JIRA MCP server configured. Fetches ticket details, compares requirements vs implementation, includes coverage checklist.

To enable enhanced mode, configure a JIRA MCP server:

claude mcp add --transport http jira https://your-domain.atlassian.net/rest/mcp \
  --header "Authorization: Bearer ${JIRA_API_TOKEN}" \
  --scope project
Related skills

More from ajaywadhara/agent-skills

Installs
1
GitHub Stars
1
First Seen
Mar 26, 2026