analyse-issue

Installation
SKILL.md

Analyse Issue

Overview

Fetch the issue details, verify repo alignment, and inspect the local codebase to confirm or refute the reported problem. Provide an evidence-backed analysis with clear next steps.

Workflow

1) Parse the issue input

  • If input is a GitHub issue URL, extract owner/repo and issue number.
  • If input is just a number, assume the current repo unless the user specifies another repo.
  • If the provider is not GitHub or is unclear, ask for clarification before proceeding.

2) Verify local repo matches the issue

  • Ensure the current directory is inside a git repo (git rev-parse --show-toplevel).
  • Identify the target remote (prefer origin); normalize SSH/HTTPS to owner/repo.
  • If the issue URL repo does not match the local owner/repo, stop and ask the user to switch directories or confirm the target repo.
Related skills

More from tenfyzhong/skills-hub

Installs
12
First Seen
Feb 10, 2026