jira-ticket — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited jira-ticket (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.
Fetch details about a Jira ticket.
This skill requires the mcp-server-atlassian-jira MCP server configured with the name jira.
/jira-ticket SP-123Use the Jira MCP tools to fetch the ticket details:
mcp__jira__jira_get with:
path: /rest/api/3/issue/{ticketNumber}
jq: "{key: key, summary: fields.summary, type: fields.issuetype.name, description: fields.description}"If `mcp__jira__jira_get` is not yet loaded (common on the first prompt of a session — MCP tools are deferred until first referenced), don't bail out. Instead:
ToolSearch with query: "select:mcp__jira__jira_get" to load its schema.mcp__jira__jira_get call.ToolSearch returns no match — the jira MCP server is not configured for this project, not just lazy-loaded. Tell the user, and either:~/.claude.json mcpServers.jira block if they want to copy it across (do not edit ~/.claude.json without explicit consent).Treat a missing MCP server as "ask the user," not as a hard failure.
Map the Jira issue type to a conventional commit prefix:
| Issue Type | Branch Prefix |
|---|---|
| Story | feat |
| Task | feat |
| Bug | fix |
| Spike | chore |
| Sub-task | inherit from parent, or feat |
| Improvement | feat |
| Technical Debt | refactor |
| Documentation | docs |
| Default | feat |
Provide the user with:
SP-123)Ticket: SP-123
Summary: Add user authentication
Type: Story
Suggested prefix: feat
Branch name: feat/SP-123-add-user-authentication~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.