원클릭으로
jira
Use Jira through a slim Atlassian MCP facade for issue lookup, triage, creation, comments, and lightweight status reporting.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use Jira through a slim Atlassian MCP facade for issue lookup, triage, creation, comments, and lightweight status reporting.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when cataloging a repository's externally observable capabilities as end-to-end scenarios and driving them through test, fix, and re-test until verified
Use when explicitly asked to "handoff", "인수인계", or "write a handoff" to preserve context for the next session.
Use when setting up Claude Code global configuration on a new machine — CLAUDE.md, settings.json, statusline.sh, worktree configuration
Use when writing, reviewing, or improving PRDs, product requirements documents, product specs, feature requirements, launch requirements, or product discovery writeups before product or engineering work begins.
Use when writing, reviewing, or improving RFCs, requests for comments, technical design docs, architecture proposals, engineering decision records, API proposals, migration plans, or cross-team technical decisions.
Use the Datadog pup CLI for logs, monitors, APM, metrics, and incident investigation.
| name | jira |
| description | Use Jira through a slim Atlassian MCP facade for issue lookup, triage, creation, comments, and lightweight status reporting. |
Slim Atlassian MCP facade with compact key/value text output.
sites to get site; issue tools take key like SEARCH-14010.confirm: true.comment or update over duplicate create.auth: auth check.sites: site ids; scopes: true for scopes.projects: projects; types: true for issue types.search: JQL list with key, type, status, summary.issue: one issue; meta: true for assignee/priority, desc: true for description.create: requires project, type, summary, confirm; optional description, fields.comment: add comment body; pass comment id to update.update: update fields after confirmation; description is fields.description.transitions: available transitions; to: true for target status.transition: transition by id after confirmation.No issue/comment delete tool is exposed. Use transition, update, or corrective comment.
project = KEY ORDER BY updated DESCproject = KEY AND statusCategory != Done ORDER BY updated DESC