.claude/skills/fix-issue/SKILL.md
Fix a GitHub issue end-to-end using the agent team workflow
npx skillsauth add wfhanna1/Automated-obs-trigger fix-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.
Analyze and fix the GitHub issue: $ARGUMENTS
Follow this workflow:
Understand the issue
gh issue view $ARGUMENTS to get issue detailsPlan the fix
Implement the fix
Test the fix
python -m pytest to ensure all tests passpython -m ruff check . and python -m mypy .Review the fix
Ship it
gh pr createdevelopment
Test-driven development workflow. Write failing tests first, then implement to make them pass.
development
Run a comprehensive code review on recent changes using the code-reviewer and security-reviewer agents
development
Azure Functions and Service Bus message conventions for this project. Applied automatically when working on function_app.py or Service Bus message schemas.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.