Jira infosec management
Skill Mr-GraphnStaff/Skill-builder/skills/jira-infosec-management
Manage authorized HUB INFOSEC Jira work items through the Jira MCP integration. Use when the user asks to create, inspect, update, comment on, log work for, transition, estimate, remediate, or report on INFOSEC Jira tickets, including ISAR, SAR, security architecture, threat modeling, or INFOSEC-1234 references. Requires access to the HUB Jira instance and Jira MCP tools; if tools are unavailable, prepare a reviewable plan or payload instead of claiming live changes.From its SKILL.md
npx -y skills add Mr-GraphnStaff/Skill-builder --skill jira-infosec-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
8.5 KB, ~1.9k tokens by cl100k_base, as published. Nobody here has run it
Jira INFOSEC Management
Use this skill for INFOSEC Jira work item operations that must preserve audit quality, effort accounting, sprint context, and field correctness.
Operating Contract
- Perform live Jira changes only when the required Jira MCP tools are available and the user has authorized the action.
- If live tools are unavailable, produce a reviewable plan, JQL, field payload, comment body, or transition checklist. Do not claim Jira was changed.
- Treat every Jira work item as an audit record: comments, worklogs, field updates, and transitions must tell a consistent story.
- Govern the
INFOSECproject only. Treat SAP issue keys as legacy references; active ISAR, SAR, and threat-modeling work belongs in INFOSEC tickets. - Never hardcode or request secrets. Use configured MCP/auth context only.
Environment
- Instance:
https://hubjira.atlassian.net - Cloud ID:
015bce03-3867-49e4-a819-c1b2e3ceb4f5 - Primary project:
INFOSEC - Default assignee: David Farris (
6398a3df3c9bcd36397725a4)
Reference Library
Load the relevant reference before acting. Do not guess field IDs, names, allowed values, templates, or account IDs.
| File | Load when |
|---|---|
references/field-map.md | Creating or editing ticket fields, checking writable/read-only status, building ADF |
references/comment-templates.md | Posting any comment or drafting a comment payload |
references/estimation.md | Creating, estimating, or re-estimating work |
references/workflow.md | Transitioning status, checking stale work, writing JQL |
references/people.md | Assigning work or building ADF mentions |
references/sprint-schedule-2026.md | Sprint context when live sprint data is absent |
references/mcp-operations.md | Retrying Jira MCP calls, handling partial failures, confirming tool availability |
Supported Issue Types
| Type | Use | Parent required |
|---|---|---|
| Story | Main work item | No |
| Task | Standalone work item | No |
| Sub-task | Breakdown of a Story or Task | Yes |
Other INFOSEC types can exist, but do not create or mutate them with this skill unless the user explicitly asks and the field metadata confirms support.
Session Setup
Before any live operation:
- Identify the exact ticket key or creation target. If the user says "this ticket" or "the issue", resolve it from the active context; ask if ambiguous.
- Confirm whether the action is read-only, a draft/payload request, or a live Jira mutation.
- Load the reference files required for the operation.
- For creates and field edits, check
references/field-map.mdstaleness and writable-field rules. - For updates, comments, worklogs, or transitions, ask for hours worked unless the user already supplied them. Use
0honly when the comment is informational and no work is being logged.
ADF Rules For Field Writes
For createJiraIssue and editJiraIssue:
- Set
contentFormat: adf. - Pass
descriptionand all textarea business-context fields as ADF JSON objects. - Never use
contentFormat: markdown. - Never pass
description, Problem Statement, Business Context, Solution, Expected Outcome, Problem Impact, or Technical Constraints as plain strings.
Read references/field-map.md before building any create/edit payload.
Create Ticket
- Load
references/field-map.md,references/estimation.md, andreferences/comment-templates.md. - Determine issue type, summary, assignee, priority, labels, sprint/due-date context, and business-context fields.
- For a Story, inspect related INFOSEC tickets in the same work context. If sibling tickets share an Epic, reuse that parent Epic; ask if ambiguous.
- For a Sub-task, require a parent Story or Task.
- Estimate effort using
references/estimation.md. - Set all required fields and classification defaults from
references/field-map.md. - Initialize effort fields:
customfield_12307= estimated hourscustomfield_12506=0customfield_12505= estimated hours
- If a sprint is assigned, set Expected Due Date to sprint end date when the field is writable.
- Create the ticket with ADF content.
- Post the Effort Initialization comment.
Update Ticket
Use this sequence for field updates, substantive comments, and any worklog-producing change.
- Ask "How much time on this?" if hours were not provided.
- Fetch the current ticket, including effort fields and sprint data.
- Calculate:
completed_new = completed_old + hours_workedremaining_new = max(estimated - completed_new, 0)burn_pct = completed_new / estimated * 100sprint_pct = sprint_day / 21 * 100when sprint context exists
- Run screen validation for the project and issue type. Cache the writable-field result for the session.
- Write only fields confirmed writable. If effort fields are not writable, continue with comment and worklog, and state that manual effort sync is required.
- Post the templated effort/progress comment.
- Add the worklog for
hours_worked. - Report exactly what succeeded and what, if anything, requires manual follow-up.
Steps 5-7 are one logical operation. If one step fails after another succeeds, do not hide the partial state; follow references/mcp-operations.md.
Comment Without Field Changes
- Load
references/comment-templates.md. - If the comment represents work performed, use the Update Ticket sequence so effort fields, comment, and worklog stay synchronized.
- If the comment is informational only, include
Hours This Update: 0hor an explicit "No work logged" line, and do not create a duplicate worklog. - Include sprint context when the ticket has sprint data.
Log Work Only
Use the Update Ticket sequence with a brief effort comment and worklog. Do not create duplicate worklogs for the same time period or same work.
Transition Status
- Load
references/workflow.mdandreferences/comment-templates.md. - If the transition reflects work performed, run the Update Ticket sequence first.
- Verify gate requirements for the target status.
- Execute the transition with
transitionJiraIssue. - Post a transition comment explaining who decided, when, and why.
- For Done, ensure remaining effort is
0; prompt for final hours if needed so completed equals estimated.
Remediate Non-Compliant Ticket
When a ticket is missing required audit fields:
- Load
references/field-map.md,references/estimation.md, andreferences/comment-templates.md. - Populate missing required fields that are writable.
- Add or correct effort estimate, completed effort, and remaining effort.
- Add the current quarter label.
- Post the Compliance Remediation comment.
- Report any fields that could not be updated due to screen or permission constraints.
Sprint And Burn Rate
Prefer live sprint data from customfield_10006. Use references/sprint-schedule-2026.md only as fallback.
When sprint data exists:
- Sprint day =
today - sprint_start + 1 - Days remaining =
sprint_end - today - Sprint context format =
(Sprint [N]: Day [X] of 21) - Flag over-commitment when estimated remaining work exceeds remaining workdays times 8 hours.
In effort comments, flag:
| Condition | Meaning |
|---|---|
burn_pct > sprint_pct + 20 | Burning too fast |
burn_pct < sprint_pct - 20 | Behind pace |
Quality Gates
Always:
- Load the relevant reference before live action.
- Use Jira MCP tools only through authorized context.
- Run screen validation before field writes.
- Keep estimated, completed, and remaining effort synchronized when writable.
- Use comment templates.
- Include sprint context when sprint data exists.
- Surface partial failures clearly.
Never:
- Claim a live Jira change without tool confirmation.
- Use markdown/plain strings for ADF-required fields.
- Update effort-bearing work without asking for or receiving hours.
- Freestyle audit comments.
- Transition without a comment.
- Close a ticket while remaining effort is greater than
0. - Mix non-Jira work into Jira ticket updates.
- Expose account IDs or internal field maps outside the authorized HUB context.
What ships with it: 8 files
24.5 KB alongside SKILL.md
evals/
- evals.json2.2 KB
references/
- comment-templates.md3.5 KB
- estimation.md1.7 KB
- field-map.md8.9 KB
- mcp-operations.md1.8 KB
- people.md2.0 KB
- sprint-schedule-2026.md1.7 KB
- workflow.md2.7 KB