Agent skill
jira-fix
This skill should be used when fixing a bug ticket in JIRA
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/jira-fix-codyswanngt-lisa-5
SKILL.md
- Use the JIRA/Atlassian MCP or CLI to fully read this issue, including comments and attachments: $ARGUMENTS
- Extract sign-in information if available from the ticket (e.g., test credentials, OTP codes)
- Use the project's verification method to attempt to reproduce the bug:
- For UI projects: Use Playwright MCP browser tools to record a replication
- For API projects: Use curl or test commands to reproduce the error
- For library projects: Write a minimal reproduction test
- If you cannot reproduce the issue, upload the evidence to the JIRA ticket explaining that you can't replicate it and skip the remaining steps
- If there have already been attempts to fix this bug, understand the previous attempts by looking for pull requests and git commits related to it
- Fix the bug
- Verify the fix using the same verification method used in step 3
- Upload the evidence to the JIRA ticket and explain the fix
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?