skills/issues/SKILL.md
Interact with GitHub issues - create, list, and view issues.
npx skillsauth add ranbot-ai/awesome-skills issuesInstall 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.
Interact with GitHub issues - create, list, and view issues.
This command helps you work with GitHub issues using the gh CLI.
Use AskUserQuestion to ask what the user wants to do:
Question:
Use AskUserQuestion to get the issue title:
Question:
Title guidelines:
If the user provides a long title, help them shorten it and move the details to the body.
Use AskUserQuestion to gather the issue body content:
Question 1 - Issue type context:
Question 2 - Description:
The user will select "Other" here to provide their full description.
Description guidelines:
Question 3 - For bugs, ask about reproduction: If issue type is "Bug", use AskUserQuestion:
Question 4 - Expected vs actual behavior (for bugs): If issue type is "Bug", use AskUserQuestion:
Use AskUserQuestion to select labels:
Construct the issue body based on the type:
For Bug reports:
## Description
[User's description]
## Steps to Reproduce
[User's reproduction steps or "Not easily reproducible"]
## Expected Behavior
[What should happen]
## Actual Behavior
[What actually happens]
For Feature requests/Enhancements:
## Description
[User's description]
## Use Case
[Why this would be useful]
For Tasks/Other:
## Description
[User's description]
Run the gh command to create the issue:
gh issue create --title "[title]" --body "[constructed body]" --label "[labels]"
Report the issue URL back to the user.
Use AskUserQuestion to determine filtering:
testing
Fix SEO indexing issues, crawl budget problems, and Search Console coverage errors for Next.js apps. Covers canonical tags, noindex audits, sitemap health, static rendering, and internal linking.
data-ai
Analyze AI disruption pressure across a business, map competitive exposure, and produce a 90-day defensive action plan.
tools
--- name: longbridge description: 125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional category: AI & Agents source: antigravity tags: [api, mcp, claude, ai, agent, security, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/longbridge --- # Longbridge ## Overview Longbridge is the official skill collection for Longbr
tools
Design, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.