Review all changed files since upstream branch. Include work we're aware of. Ask about unexpected changes.
Automates GitHub workflow by linking PRs to existing issues or creating new ones.
/plugin marketplace add headlands-org/claude-marketplace/plugin install issuify@headlands-claude-marketplaceReview all changed files since upstream branch. Include work we're aware of. Ask about unexpected changes.
Call mcp__github__get_me before anything else. This:
Review the diff and summarize what this work accomplishes. Identify key terms/concepts.
Use mcp__github__search_issues to find open issues that might relate to this work:
If related issues found:
If no related issues found:
Use mcp__github__issue_write with method "create"
Write casual, precise language. No fluff. Focus on bottom line.
Target 3-5 sentences total. Skip obvious details.
Use mcp__github__create_pull_request
Important: Include "Closes #X" (or "Closes #X, #Y" for multiple) in the PR body to auto-link issues.
Write casual, precise language. No frilly technical jargon.
Target 4-6 sentences total. Cut anything that doesn't add value.
If mcp__github__get_me fails, report:
GitHub authentication failed.
The issuify plugin requires a GitHub PAT configured in the GitHub MCP server.
Setup instructions:
1. Create a GitHub PAT at https://github.com/settings/tokens
Required scope: repo
2. Configure the GitHub MCP server with your token
(see your Claude Code MCP settings)
3. Restart Claude Code after configuring
Then run /issuify again.
Do NOT try to check environment variables via bash - the sandbox doesn't inherit shell env vars.