get_dev_context
Retrieves current development context including git branch state, Jira ticket overview, open pull requests, and actionable next-step hints for review or coding tasks.
Instructions
Master entry point. Use when asked "what am I working on?", "what's the status?", "show me the context", or before any review or coding task. Returns: git branch + upstream state, Jira ticket overview (status, transitions, sprint, comments), open PR with reviewer approvals, and actionable next-step hints (create PR, merge, address blockers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | No | Local path to the git repo (defaults to cwd) |