issue-analysis
Installation
SKILL.md
Issue Analysis
Perform deep analysis of GitHub issue #$ARGUMENTS in the homeassistant-ai/ha-mcp repo.
Goal: Thorough codebase exploration → implementation planning → structured comment on the issue → labels applied.
Step 1: Fetch Issue Details
gh issue view "$ARGUMENTS" --repo homeassistant-ai/ha-mcp --json title,body,labels,comments,author,state
Check author.login. If NOT julienld, prepend a bot disclaimer to the GitHub comment:
Hi! I'm an automated assistant helping to analyze this issue. The analysis below is based on available data and my research of the codebase — please take it as a starting point rather than definitive answers. The maintainers will review and adjust as needed.