Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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
このリポジトリの収集済み skills 151 件中、上位 40 件を表示しています。