Skip to main content
GitHub 仓库

Paddock

Paddock 收录了来自 racecraft-lab 的 70 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
70
Stars
6
更新
2026-06-25
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

paddock
软件开发工程师

Interact with Paddock — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via Paddock APIs.

2026-06-25
speckit-taskstoissues
软件开发工程师

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

2026-06-24
speckit-checklist
软件开发工程师

Claude AskUserQuestion rendering for speckit checklist.

2026-06-24
speckit-clarify
软件开发工程师

Claude AskUserQuestion rendering for speckit clarify.

2026-06-24
speckit-specify
软件开发工程师

Create or update the feature specification from a natural language feature description.

2026-06-10
speckit-verify-run
软件质量保证分析师与测试员

Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.

2026-06-07
speckit-checklist
软件开发工程师

Generate a custom checklist for the current feature based on user requirements.

2026-06-06
speckit-clarify
软件开发工程师

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

2026-06-06
gitnexus-cli
软件开发工程师

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"

2026-06-04
gitnexus-debugging
软件开发工程师

Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"

2026-06-04
gitnexus-exploring
软件开发工程师

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"

2026-06-04
gitnexus-guide
软件开发工程师

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"

2026-06-04
gitnexus-impact-analysis
软件开发工程师

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"

2026-06-04
gitnexus-refactoring
软件开发工程师

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"

2026-06-04
speckit-doctor-check
软件开发工程师

Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.

2026-06-04
speckit-doctor
软件开发工程师

Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.

2026-06-04
speckit-git-remote
软件开发工程师

Detect Git remote URL for GitHub integration

2026-06-04
speckit-review-code
软件质量保证分析师与测试员

General code quality review — project guideline compliance, bug detection, code quality analysis.

2026-06-04
speckit-review-comments
软件质量保证分析师与测试员

Code comment accuracy verification, documentation completeness assessment, comment rot detection.

2026-06-04
speckit-review-errors
软件质量保证分析师与测试员

Error handling review — silent failure detection, catch block analysis, error logging.

2026-06-04
speckit-review-run
软件质量保证分析师与测试员

Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.

2026-06-04
speckit-review-simplify
软件质量保证分析师与测试员

Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.

2026-06-04
speckit-review-tests
软件质量保证分析师与测试员

Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.

2026-06-04
speckit-review-types
软件质量保证分析师与测试员

Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.

2026-06-04
gitnexus-exploring
软件开发工程师

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"

2026-06-04
gitnexus-guide
计算机用户支持专员

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"

2026-06-04
speckit-doctor-check
软件质量保证分析师与测试员

Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.

2026-06-04
speckit-doctor
软件质量保证分析师与测试员

Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.

2026-06-04
speckit-git-remote
软件开发工程师

Detect Git remote URL for GitHub integration

2026-06-04
speckit-review-code
软件质量保证分析师与测试员

General code quality review — project guideline compliance, bug detection, code quality analysis.

2026-06-04
speckit-review-comments
软件质量保证分析师与测试员

Code comment accuracy verification, documentation completeness assessment, comment rot detection.

2026-06-04
speckit-review-errors
软件质量保证分析师与测试员

Error handling review — silent failure detection, catch block analysis, error logging.

2026-06-04
speckit-review-run
软件质量保证分析师与测试员

Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.

2026-06-04
speckit-review-simplify
软件质量保证分析师与测试员

Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.

2026-06-04
speckit-review-tests
软件质量保证分析师与测试员

Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.

2026-06-04
speckit-review-types
软件质量保证分析师与测试员

Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.

2026-06-04
speckit-taskstoissues
软件开发工程师

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

2026-06-04
speckit-cleanup
软件质量保证分析师与测试员

Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues.

2026-06-03
adapters
软件开发工程师

Skill for the Adapters area of paddock. 108 symbols across 22 files.

2026-06-02
chat
软件开发工程师

Skill for the Chat area of paddock. 62 symbols across 10 files.

2026-06-02
当前展示该仓库 Top 40 / 70 个已收集 skills。