.claude/skills/issue/SKILL.md
Read a GitHub issue, summarize it, and create a branch for it
npx skillsauth add alamenai/terrae issueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read a GitHub issue by number or URL, summarize it, then create a working branch.
alamenai/terrae — https://github.com/alamenai/terrae/issues
The user provides either:
42)https://github.com/alamenai/terrae/issues/42)If a URL is provided, extract the issue number from it.
Fetch the Issue
gh issue view <number> --repo alamenai/terrae to read the issueSummarize the Issue
Determine Branch Name
bug label or bug description → fix/enhancement or feature label → feat/documentation label → docs/feat/type/issue-number-short-descriptionfeat/42-add-heatmap-componentfix/17-marker-memory-leakdocs/8-update-installation-guideCreate the Branch
main and up to date: git checkout main && git pullgit checkout -b <branch-name>Report
testing
Run tests for Terrae components
development
Review code changes implemented in the current session before committing
development
Prepare a Terrae component for release by running all checks and builds
tools
Commit, push, and open a pull request on GitHub