issues — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited issues (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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:
description: "Open a new issue with title, body, and optional labels"
description: "View open issues in the current repository"
description: "See details of a specific issue by number"
Use AskUserQuestion to get the issue title:
Question:
description: "Enter a concise title like 'Login button unresponsive' or 'Add dark mode support'"
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:
description: "Something broken that needs fixing"
description: "Improvement to existing functionality"
description: "Brand new functionality"
description: "General work item or chore"
Question 2 - Description:
description: "Provide context, steps, examples, and any relevant information"
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:
description: "I'll describe how to reproduce the issue"
description: "The bug is intermittent or hard to reproduce"
Question 4 - Expected vs actual behavior (for bugs): If issue type is "Bug", use AskUserQuestion:
description: "I'll explain expected vs actual behavior"
Use AskUserQuestion to select labels:
description: "Something isn't working"
description: "New feature or request"
description: "Improvements to docs"
description: "Good for newcomers"
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:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.