Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问clear审计异常

repo-scan-2-jirarepo scan 2 Jira 前端

Agent Skill

用于处理 Jira 项目、任务、缺陷、Sprint、负责人和状态流转。它适合让 Agent 辅助查询工单、汇总迭代进展、创建任务或整理需求和缺陷信息。使用时要确认项目权限、字段配置和工作流规则,不同团队的 Issue 类型、状态和必填字段可能不同;涉及批量改状态、改负责人或创建工单时,应先预览变更内容再执行。

总安装

222

周安装

9

GitHub Stars

公开资料未说明

下载量

70
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:repo-scan-2-jira(repo scan 2 Jira 前端)
来源仓库:https://github.com/regychang/repo-scan-2-jira
仓库路径:skills/repo-scan-2-jira
安装命令:
npx skills add https://github.com/regychang/repo-scan-2-jira --skill repo-scan-2-jira
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/regychang/repo-scan-2-jira --skill repo-scan-2-jira

简介

该技能用于处理 Jira 项目、任务、缺陷、Sprint、负责人和状态流转。

  • 它适合让 Agent 辅助查询工单、汇总迭代进展、创建任务或整理需求和缺陷信息。
  • 使用时要确认项目权限、字段配置和工作流规则,不同团队的 Issue 类型可能不同。
  • 安装前建议确认权限范围和维护状态,注意是否触发联网或文件读写操作。
  • repo-scan-2-jira 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Repo Scan 2 Jira

Overview

Generate Jira-ready issues from a constrained scope in this monorepo. Operate on evidence only and emit JSON that matches schema.json.

Non-negotiable Rules

  • Obey scope strictly: scan only target.paths and the specified module.
  • Require evidence for every issue: file:line plus snippet or log excerpt.
  • Make issues executable: include what/why/how, acceptance criteria, and definition of done.
  • No speculative tickets. If reproduction is missing, create a Task to add repro/logging/tests.
  • Output JSON only; match schema.json exactly.
  • Use stable dedupeKey values across runs.

Arguments Contract

Use a structured Args block.

Required fields:

  • target.module: docs | frontend | backend | prototype | cross
  • target.paths: array of glob-ish paths (scope boundary)
  • target.keywords: optional array of strings
  • target.routes_or_pages: optional array of strings
  • focus.issue_types: array of Bug | Task | Improvement
  • focus.signals: array of TODO, FIXME, bug, doc_inconsistency, perf, lint, test_failures
  • focus.depth: quick | standard | deep
  • jira.project_key, jira.component, jira.labels_prefix; optional jira.epic_key
  • output.format: json (required), optional markdown_report
  • output.max_issues, output.min_confidence
  • loop (optional): {mode: ralph, stop_condition: no_new_issues_in_scope | max_iterations, iteration_budget: number}

If target.paths is empty, stop and request scope.

Workflow

  1. Validate Args and scope. Refuse to scan outside target.paths.
  2. Collect signals inside scope only.

- Use scripts/collect-signals.sh for TODO/FIXME/BUG/PERF markers and keyword hits. - If lint/test logs are provided, extract failures as evidence.

  1. Correlate signals into distinct issues and dedupe aggressively.
  2. For each issue, include evidence, reproduction (when applicable), acceptance criteria, and DoD.
  3. Compute stable dedupeKey values. Preferred format: component:path:line:hash

- Hash should be stable across runs (example: sha1 of component|path|line|summary).

  1. Emit JSON only, matching schema.json.

Ralph Loop Mode

When loop.mode is ralph:

  1. Run a fresh scan for the same scope.
  2. Generate issues and compute dedupeKey values.
  3. Compare with prior output stored at.repo-scan-2-jira/last.json.
  4. Stop when no new dedupeKeys appear or iteration_budget is reached.
  5. Persist the latest output to.repo-scan-2-jira/last.json.

Output Schema

Follow schema.json exactly. Do not emit any extra keys or prose.

Prompt Template

Use prompts/invoke.txt as the wrapper prompt. Only edit the Args block.

Scripts

  • scripts/collect-signals.sh: scoped ripgrep for TODO/FIXME/BUG/PERF/keywords, optional log parsing.
  • scripts/dedupe.js: fill missing dedupeKey values and optionally filter out issues found in a prior run.
  • scripts/jira-bulk-payload.js: convert output JSON to Jira bulk issue payload.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.88%
按下载量换算22

Gemini CLI

21.02%
按下载量换算15

Antigravity

18.62%
按下载量换算13

windsurf

12.23%
按下载量换算9

Codex

7.86%
按下载量换算6

trae

3.85%
按下载量换算3

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

未通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills