Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

sprint-team冲刺队

Agent Skill

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

总安装

235

周安装

10

GitHub Stars

1

下载量

82
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/araa47/orca --skill sprint-team

简介

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

  • 适合辅助查询工单、汇总迭代进展、创建任务或整理需求和缺陷信息。
  • 使用时需确认项目权限、字段配置和工作流规则,不同团队 Issue 类型和状态可能不同。
  • 涉及批量改状态、改负责人或创建工单时,应先预览变更内容再执行。
  • 安装前建议核对仓库维护状态及是否会触发联网、命令执行或文件读写。

SKILL.md

Sprint Team — Agent Role Definitions

This skill defines the team roles for a sprint-based improvement loop. Each role is a standalone markdown file in references/ that can be loaded as a prompt template by the orchestrator or by agents directly.

Roles

RoleFilePhasePurpose
Researcherreferences/researcher.mdResearchScans codebase for bugs, tech debt, coverage gaps
Architectreferences/architect.mdPlanProduces implementation plan with work units
Security Reviewerreferences/security-reviewer.mdReview GateReviews plan for security implications
Quality Reviewerreferences/quality-reviewer.mdReview GateReviews plan for test coverage and correctness
Scope Reviewerreferences/scope-reviewer.mdReview GateReviews plan for feasibility and blast radius
Coderreferences/coder.mdExecuteImplements work units with TDD
Validatorreferences/validator.mdValidateIndependently verifies coder's work (cross-model)
Integratorreferences/integrator.mdIntegrateMerges sub-PRs, runs full suite, fixes breakage
Retrospectorreferences/retrospector.mdRetrospectiveCaptures learnings for future runs

Sprint Pipeline

Research -> Plan -> Review Gate -> Decompose -> Execute -> Validate -> Integrate -> PR -> Retrospective

Template Variables

Role files use {{variable}} placeholders. The orchestrator substitutes these at spawn time:

VariableDescription
{{project_dir}}Absolute path to the project
{{base_branch}}The improvement branch name
{{src_files}}Newline-separated list of source files to review
{{knowledge_entries}}Prior knowledge base entries (may be empty)
{{coverage_minimum}}Coverage floor percentage (e.g. 90)
{{coverage_command}}Full enforcement command
{{coverage_baseline}}Coverage percentage at sprint start
{{work_unit_json}}JSON blob describing one work unit
{{coder_backend}}Backend the coder used (for cross-model validation)
{{focus_areas}}Reviewer-specific focus areas

Usage

Any agent can read a role file and adopt that persona:

# As an orchestrator spawning a researcher
orca spawn "$(cat skills/sprint-team/references/researcher.md)" \
  -b cc -d ~/proj --base-branch improve/sprint-xxx --orchestrator cc

The orchestrator loads these files and substitutes the template variables before spawning workers.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.71%
按下载量换算28

Claude

28.02%
按下载量换算23

Cursor

18.63%
按下载量换算15

Gemini CLI

8.91%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/araa47/orca --skill sprint-team 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills