Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

AutoSkillit

AutoSkillit 收录了来自 TalonT-Org 的 151 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
151
Stars
5
更新
2026-05-08
Forks
1
职业覆盖
23 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

build-execution-map
软件开发工程师

Analyze issue dependencies and produce a dispatch execution map for parallel orchestration

2026-05-08
process-issues
软件开发工程师

Execute recipe sessions batch-by-batch for triaged GitHub issues. Reads the triage-issues output manifest, processes each batch sequentially, and launches the appropriate recipe for each issue. Use when user says "process issues", "run issues", or "execute pipeline for issues".

2026-05-08
validate-review-decisions
软件质量保证分析师与测试员

Validate review-decisions audit findings with mandatory intent analysis and seven evidence-gathering rules. Adds docstring-as-contract recognition, deliberate-change detection, test-as-intent-signal, consumer-impact verification, architectural feasibility checks, behavioral simulation, and symmetry-as-design recognition to the standard validation workflow. Use when validating reports from audit-review-decisions specifically.

2026-05-08
write-recipe
软件开发工程师

Generate YAML recipes for .autoskillit/recipes/. Use when user says "make script skill", "generate script", "script a workflow", "write a script", "create a script", "new recipe", "write a pipeline", or when loaded by other skills for script formatting.

2026-05-08
validate-audit
软件质量保证分析师与测试员

Validate audit findings from audit-arch, audit-tests, or audit-cohesion against actual code, git history, and design intent using 9–10 parallel subagents. Removes contested findings, documents exceptions, adjusts severities. Use when user says "validate audit", "validate findings", "validate report", or "check audit results".

2026-05-08
validate-audit
软件质量保证分析师与测试员

Validate audit findings from audit-arch, audit-tests, audit-cohesion, audit-feature-gates, audit-docs, or audit-review-decisions against actual code, git history, and design intent using 9–10 parallel subagents. Removes contested findings, documents exceptions, adjusts severities. Use when user says "validate audit", "validate findings", "validate report", or "check audit results".

2026-05-08
validate-test-audit
软件质量保证分析师与测试员

Validate test audit findings with test-domain semantic rules and intent analysis. Adds import-path-as-contract recognition, precondition-as-assertion detection, provenance verification, split-era lifecycle awareness, and deletion-vs-improvement distinction to the standard validation workflow. Use when validating reports from audit-tests specifically.

2026-05-08
generate-report
技术写作员

Synthesize experiment results into a structured research report in the research/ folder. Supports --inconclusive flag.

2026-05-08
merge-pr
软件开发工程师

Merge a single PR into the integration branch. For simple PRs, uses gh pr merge --squash --auto to enforce GitHub's required status checks. For needs_check PRs, re-assesses complexity and returns needs_plan=true with a conflict report when conflicts are detected. Use inside the merge-prs loop.

2026-05-08
plan-visualization
艺术总监

Orchestrates 2–4 vis-lens skills in parallel to produce a figure inventory (visualization-plan.md) and a report-placement outline (report-plan.md). Runs after design review GO, before worktree creation.

2026-05-08
resolve-merge-conflicts
软件开发工程师

Goal-aware resolution of rebase conflicts when merging a conflict-resolution worktree back into the integration branch. Analyzes the intent of each side of a conflict, resolves it in-place when confidence is HIGH or MEDIUM, and escalates when LOW.

2026-05-08
review-design
项目管理专家

Validate an experiment plan before execution using triage-first, fail-fast dimensional analysis with an adversarial red-team. Emits verdict (GO/REVISE/STOP), experiment_type, evaluation_dashboard, and revision_guidance.

2026-05-08
vis-lens-methodology-norms
数据科学家

Create Methodology Norms visualization planning spec showing ML sub-area mandatory figures, community conventions, and coverage gaps. Methodology-Normative lens answering "Which domain-specific figures are expected by reviewers?"

2026-05-08
compose-pr
软件开发工程师

Composition executor for pull requests. ALWAYS invoke this skill when instructed to compose a PR. Do not read prep files or create PRs directly — use this skill first to load the composition workflow.

2026-05-08
diagnose-ci
软件开发工程师

Diagnostic executor for CI failures. ALWAYS invoke this skill when instructed to diagnose CI failures. Do not fetch CI logs directly — use this skill first to load the diagnosis workflow.

2026-05-08
implement-experiment
软件开发工程师

Deploy experiment artifacts in an isolated git worktree following an approved experiment plan, with per-phase commits.

2026-05-08
implement-worktree-no-merge
软件开发工程师

Implementation executor. ALWAYS invoke this skill when instructed to implement a plan in a worktree. Do not read the plan or edit files directly — use this skill first to load the full implementation workflow.

2026-05-08
planner-elaborate-wps
项目管理专家

Elaborate all work packages for a target phase via parallel L0 subagents. One invocation per phase; spawns one L0 per WP concurrently. (Pass 3 loop body)

2026-05-08
prepare-pr
软件开发工程师

Preparation executor for pull-request metadata. ALWAYS invoke this skill when instructed to prepare PR metadata. Do not read plans or classify files directly — use this skill first to load the preparation workflow.

2026-05-08
retry-worktree
软件开发工程师

Worktree retry executor. ALWAYS invoke this skill when instructed to continue or retry an implementation in an existing worktree. Do not resume editing files directly — use this skill first to load the retry workflow.

2026-05-08
run-experiment
数据科学家

Execute a designed experiment in a worktree and collect structured results. Supports --adjust retry mode.

2026-05-08
dry-walkthrough
软件开发工程师

Plan validation executor. ALWAYS invoke this skill when instructed to validate or dry-walkthrough a plan. Do not read the plan or trace changes directly — use this skill first to load the validation workflow.

2026-05-08
implement-worktree
软件开发工程师

Worktree implementation executor. ALWAYS invoke this skill when instructed to implement a plan in a worktree with testing and merging. Do not read the plan or edit files directly — use this skill first to load the full implementation workflow.

2026-05-08
make-plan
软件开发工程师

Planning executor. ALWAYS invoke this skill when instructed to create, devise, or write an implementation plan. Do not explore the codebase or draft a plan directly — use this skill first to load the planning workflow.

2026-05-08
resolve-failures
软件质量保证分析师与测试员

Failure resolution executor. ALWAYS invoke this skill when instructed to fix test failures in a worktree. Do not read test output or edit code directly — use this skill first to load the failure resolution workflow.

2026-05-08
resolve-review
软件质量保证分析师与测试员

Fetch PR review comments, run intent validation (ACCEPT/REJECT/DISCUSS) before applying fixes, and post inline replies. MCP-only — used exclusively by recipe orchestration via run_skill after review_pr reports changes_requested or needs_human verdict.

2026-05-08
review-pr
软件质量保证分析师与测试员

Automated diff-scoped PR code review using parallel audit subagents. Posts inline GitHub review comments and submits a summary verdict. Use after a PR is opened to gate CI on review approval.

2026-05-08
setup-environment
网络与计算机系统管理员

Pre-flight environment gate for the research recipe. Reads the experiment plan, detects the required environment type, builds a Docker image or creates a host micromamba environment, and emits an env_mode verdict consumed by downstream steps.

2026-05-08
stage-data
生物化学家和生物物理学家

Pre-flight resource gate for the research recipe. Reads the experiment plan's data_manifest, checks disk space and network connectivity for external/gitignored entries, creates data directory structure, and emits a PASS/WARN/FAIL feasibility verdict.

2026-05-08
planner-consolidate-wps
项目管理专家

Analyze WP complexity per phase and emit consolidation group manifests for trivial WP merging (L1+L0 pattern)

2026-05-08
planner-elaborate-assignments
项目管理专家

Elaborate all assignments for a target phase via parallel L0 subagents. One invocation per phase; spawns one L0 per assignment concurrently. (Pass 2 loop body)

2026-05-08
planner-refine-wps
项目管理专家

Refine elaborated work packages with cross-phase visibility via per-phase L0 subagents (L1+L0 pattern)

2026-05-08
audit-tests
软件质量保证分析师与测试员

Audit the test suite for useless tests, consolidation opportunities, over-mocking, weak assertions, placement/organization issues, xdist safety violations, test path filter integrity, and other test quality issues. Use when user says "audit tests", "audit test suite", "review tests", or "test quality check". Generates an improvement plan in {{AUTOSKILLIT_TEMP}}/ with explanations for each proposed change.

2026-05-08
planner-assess-review-approach
项目管理专家

Assess each work package for review-approach benefit before implementation. Writes review_approach_assessment.json; does NOT invoke review-approach.

2026-05-08
planner-elaborate-phase
软件开发工程师

Elaborate a single phase into a full result, parallel-safe — receives plan snapshot + target phase ID

2026-05-08
planner-extract-domain
项目管理专家

Extract domain knowledge and naming conventions for planning context

2026-05-08
planner-generate-phases
项目管理专家

Generate high-level phases from project analysis (Pass 1 entry point)

2026-05-08
planner-refine-assignments
项目管理专家

Refine elaborated assignments for a single phase via parallel L0 subagents (L1+L0 pattern), using per-phase context file with peer_summaries for cross-phase visibility

2026-05-08
planner-refine-phases
项目管理专家

Refine elaborated phases with cross-phase visibility via parallel L0 subagents (L1+L0 pattern)

2026-05-08
planner-refine
项目管理专家

Targeted fix of validate_plan findings — re-elaboration, duplicate resolution, dependency corrections

2026-05-08
当前展示该仓库 Top 40 / 151 个已收集 skills。