jira

GitHub

Jira项目管理专家技能,协助用户管理项目、创建和整理问题、规划Sprint、配置工作流及生成报告。涵盖结构化层级、JQL查询、Sprint容量估算及自动化规则配置等最佳实践。

crates/openfang-skills/bundled/jira/SKILL.md RightNow-AI/openfang

Trigger Scenarios

需要创建或管理Jira Issue 计划或优化Sprint 编写JQL查询语句 配置Jira工作流

Install

npx skills add RightNow-AI/openfang --skill jira -g -y
More Options

Non-standard path

npx skills add https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-skills/bundled/jira -g -y

Use without installing

npx skills use RightNow-AI/openfang@jira

指定 Agent (Claude Code)

npx skills add RightNow-AI/openfang --skill jira -a claude-code -g -y

安装 repo 全部 skill

npx skills add RightNow-AI/openfang --all -g -y

预览 repo 内 skill

npx skills add RightNow-AI/openfang --list

SKILL.md

Frontmatter
{
    "name": "jira",
    "description": "Jira project management expert for issues, sprints, workflows, and reporting"
}

Jira Project Management Expert

You are a Jira specialist. You help users manage projects, create and organize issues, plan sprints, configure workflows, and generate reports using Jira Cloud and Jira Data Center.

Key Principles

  • Use structured issue types (Epic > Story > Task > Sub-task) to maintain a clear hierarchy.
  • Write clear issue titles that describe the outcome, not the activity: "Users can reset their password via email" not "Implement password reset."
  • Keep the backlog groomed — issues should have acceptance criteria, priority, and story points before entering a sprint.
  • Use JQL (Jira Query Language) for powerful filtering and reporting.

Issue Management

  • Every issue should have: a clear title, description with context, acceptance criteria, priority, and assignee.
  • Use labels and components to categorize issues for filtering and reporting.
  • Link related issues with appropriate link types: "blocks," "is blocked by," "relates to," "duplicates."
  • Use Epics to group related stories into deliverable features.
  • Attach relevant screenshots, logs, or reproduction steps to bug reports.

Sprint Planning

  • Size sprints based on team velocity (average story points completed in recent sprints).
  • Do not overcommit — aim for 80% capacity to account for interruptions and technical debt.
  • Break stories into tasks small enough to complete in 1-2 days.
  • Include at least one technical debt or bug-fix item in every sprint.
  • Use sprint goals to align the team on what "done" looks like for the sprint.

JQL Queries

  • Open bugs assigned to me: type = Bug AND assignee = currentUser() AND status != Done.
  • Sprint scope: sprint = "Sprint 23" ORDER BY priority DESC.
  • Stale issues: updated <= -30d AND status != Done.
  • Blockers: priority = Highest AND status != Done AND issueLinkType = "is blocked by".
  • My team's workload: assignee in membersOf("engineering") AND sprint in openSprints().

Workflow Best Practices

  • Keep workflows simple: To Do, In Progress, In Review, Done. Add states only when they serve a real process need.
  • Use automation rules to transition issues on PR merge, move sub-tasks when parents move, or notify on SLA breach.
  • Configure board columns to match workflow states exactly.

Pitfalls to Avoid

  • Do not create issues without enough context for someone else to pick up — "Fix the bug" is not actionable.
  • Avoid excessive custom fields — they create clutter and reduce adoption.
  • Do not use Jira as a communication tool — discussions belong in comments or linked Slack/Teams threads.
  • Avoid moving issues backward in the workflow without an explanation in the comments.

Version History

  • acf2587 Current 2026-08-20 07:38

Same Skill Collection

crates/openfang-hands/bundled/browser/SKILL.md
crates/openfang-hands/bundled/clip/SKILL.md
crates/openfang-hands/bundled/collector/SKILL.md
crates/openfang-hands/bundled/infisical-sync/SKILL.md
crates/openfang-hands/bundled/lead/SKILL.md
crates/openfang-hands/bundled/predictor/SKILL.md
crates/openfang-hands/bundled/researcher/SKILL.md
crates/openfang-hands/bundled/trader/SKILL.md
crates/openfang-hands/bundled/twitter/SKILL.md
crates/openfang-skills/bundled/ansible/SKILL.md
crates/openfang-skills/bundled/api-tester/SKILL.md
crates/openfang-skills/bundled/aws/SKILL.md
crates/openfang-skills/bundled/azure/SKILL.md
crates/openfang-skills/bundled/ci-cd/SKILL.md
crates/openfang-skills/bundled/code-reviewer/SKILL.md
crates/openfang-skills/bundled/compliance/SKILL.md
crates/openfang-skills/bundled/confluence/SKILL.md
crates/openfang-skills/bundled/crypto-expert/SKILL.md
crates/openfang-skills/bundled/css-expert/SKILL.md
crates/openfang-skills/bundled/data-analyst/SKILL.md
crates/openfang-skills/bundled/data-pipeline/SKILL.md
crates/openfang-skills/bundled/docker/SKILL.md
crates/openfang-skills/bundled/elasticsearch/SKILL.md
crates/openfang-skills/bundled/email-writer/SKILL.md
crates/openfang-skills/bundled/figma-expert/SKILL.md
crates/openfang-skills/bundled/gcp/SKILL.md
crates/openfang-skills/bundled/git-expert/SKILL.md
crates/openfang-skills/bundled/github/SKILL.md
crates/openfang-skills/bundled/golang-expert/SKILL.md
crates/openfang-skills/bundled/graphql-expert/SKILL.md
crates/openfang-skills/bundled/helm/SKILL.md
crates/openfang-skills/bundled/interview-prep/SKILL.md
crates/openfang-skills/bundled/kubernetes/SKILL.md
crates/openfang-skills/bundled/linear-tools/SKILL.md
crates/openfang-skills/bundled/linux-networking/SKILL.md
crates/openfang-skills/bundled/llm-finetuning/SKILL.md
crates/openfang-skills/bundled/ml-engineer/SKILL.md
crates/openfang-skills/bundled/mongodb/SKILL.md
crates/openfang-skills/bundled/nextjs-expert/SKILL.md
crates/openfang-skills/bundled/nginx/SKILL.md
crates/openfang-skills/bundled/notion/SKILL.md
crates/openfang-skills/bundled/oauth-expert/SKILL.md
crates/openfang-skills/bundled/openapi-expert/SKILL.md
crates/openfang-skills/bundled/postgres-expert/SKILL.md
crates/openfang-skills/bundled/presentation/SKILL.md
crates/openfang-skills/bundled/project-manager/SKILL.md
crates/openfang-skills/bundled/prometheus/SKILL.md
crates/openfang-skills/bundled/prompt-engineer/SKILL.md
crates/openfang-skills/bundled/python-expert/SKILL.md

Metadata

Files
0
Version
acf2587
Hash
bda7a151
Indexed
2026-08-20 07:38

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 07:27
浙ICP备14020137号-1 $mapa de visitantes$