Borrowing it
Nothing to install: this file belongs to anhtester/ClaudeCode_Playwright_Demo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/anhtester/ClaudeCode_Playwright_Demo/main/.claude/commands/fetch_jira_requirements.mdgit clone --depth 1 https://github.com/anhtester/ClaudeCode_Playwright_DemoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/anhtester/claudecode_playwright_demo/fetch_jira_requirements)<a href="https://agentmods.dev/commands/anhtester/claudecode_playwright_demo/fetch_jira_requirements"><img src="https://agentmods.dev/badge/commands/anhtester/claudecode_playwright_demo/fetch_jira_requirements.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00017 | $0.00758 |
| Opus 5 | $0.00009 | $0.00379 |
| Sonnet 5 | $0.00003 | $0.00152 |
| Haiku 4.5 | $0.00002 | $0.00076 |
Grade A, and why
fetch_jira_requirements scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
89% identical to fetch_jira_requirements — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workflow: Fetch Jira Requirements
BẮT BUỘC (MANDATORY SKILL): Bạn PHẢI nạp và đọc kỹ nội dung của skill
jira_integration(tại.agent/skills/jira_integration/SKILL.md) để biết cách sử dụng scripts trước khi bắt đầu.
Workflow này giúp lấy requirements, user stories, hoặc issues từ Jira và chuyển thành tài liệu phục vụ test automation.
Các bước thực hiện:
-
Kiểm tra prerequisites:
- Đọc skill
jira_integrationđể nắm cấu trúc scripts. - Kiểm tra file
.envđã tồn tại và được cấu hình đúng. - Kiểm tra dependencies đã được cài đặt (
scripts/integrations/node_modules/). - Nếu chưa cài, chạy:
cd scripts/integrations && npm install
- Đọc skill
-
Xác định thông tin cần lấy:
- Hỏi user cung cấp thông tin:
- Issue key cụ thể (VD:
PROJ-123) → dùng--issue - Project key + Issue type (VD:
PROJ,Story) → dùng--project --type - JQL query tùy chỉnh → dùng
--jql - Epic key (lấy children) → dùng
--epic
- Issue key cụ thể (VD:
- Xác định format output:
json(default) hoặcmd(markdown requirement)
- Hỏi user cung cấp thông tin:
-
Thực thi script:
- Chạy lệnh phù hợp:
# Lấy 1 issue cụ thể node scripts/integrations/jira/jira_fetcher.js --issue <ISSUE_KEY> # Lấy issues theo project node scripts/integrations/jira/jira_fetcher.js --project <PROJECT_KEY> --type <TYPE> --max <N> # Tìm theo JQL node scripts/integrations/jira/jira_fetcher.js --jql "<JQL_QUERY>" # Xuất Markdown node scripts/integrations/jira/jira_fetcher.js --issue <KEY> --format md --output ./requirements/jira -
Xử lý kết quả:
- Kiểm tra output file được tạo trong
requirements/jira/(hoặc--outputchỉ định). - Nếu format
json: Đọc và hiển thị tóm tắt issues cho user. - Nếu format
md: Hiển thị nội dung markdown requirement cho user review. - Nếu gặp lỗi: Đọc log, phân tích nguyên nhân theo bảng Troubleshooting trong skill.
- Kiểm tra output file được tạo trong
-
Xử lý lỗi thường gặp:
- HTTP 401: Token sai → hướng dẫn user kiểm tra
JIRA_API_TOKENhoặcJIRA_PAT - HTTP 404: Issue không tồn tại hoặc
JIRA_BASE_URLsai - File .env not found: Hướng dẫn user copy
.env.example→.env - Module not found: Chạy
npm installtrongscripts/integrations/
- HTTP 401: Token sai → hướng dẫn user kiểm tra
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 61 lines · 17 tokens per session scan A 941f9936866c
fetch_jira_requirements is a command published in the GitHub repository anhtester/ClaudeCode_Playwright_Demo (2 stars, last pushed 3mo ago), licensed MIT. It adds 17 tokens to every session and 758 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to fetch_jira_requirements, differing in 8 lines, and is treated as a copy.
Other commands, from other repositories
template
Manage issue templates for streamlined issue creation.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
workpm
A project-management workflow for coordinating multiple AI workers through five stages. It includes task assignment, shared activity logs, worker replacement, and final checks.
standup
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.