Skip to main content

sd0xdev/sd0x-dev-flow

SkillsMP は sd0xdev/sd0x-dev-flow から 99 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
99
GitHub スター
188
GitHub フォーク
24

収集済み skill 99 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Project initialization inventory (one-time). Use when: first onboarding a project, rebuilding cache after structural changes. Not for: day-to-day development (read cache directly), finding specific files (use code-explore). Output: project map with…

原文の言語: 中国語

更新
職業分類
その他コンピュータ職
説明

Claude Code config health check + plugin sync. Use when: auditing .claude/ structure, checking naming, verifying hook setup, detecting plugin version drift, syncing installed assets. Not for: skill quality (use skill-health-check), code review (use…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Code review using Codex MCP. Use when: PR review, code audit, second opinion on changes. Not for: doc review (use doc-review), security audit (use security-review). Output: severity-grouped findings + merge gate.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Fully automated review of an entire feature branch using Codex MCP

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Initialize sd0x-dev-flow infrastructure for Codex CLI and other non-Claude agents. Generates AGENTS.md, installs git hooks, copies runner scripts. Use when setting up a new project or after updating skills.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Multi-wave parallel code exploration orchestrator. Use when: large-scale codebase research, understanding complex cross-domain systems, deep investigation needing multiple perspectives simultaneously. Not for: quick lookup (use code-explore), dual…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Document review via Codex MCP. Use when: reviewing .md docs, tech spec audit, document quality check. Not for: code review (use codex-code-review), test review (use test-review). Output: 5-dimension rating table + gate.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Install plugin hooks into project .claude/ for persistent use without plugin loaded

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Install plugin runner scripts into project .claude/scripts/ for persistent use without plugin loaded

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Necessity audit for over-designed spec elements. Use when: auditing lifecycle spec (1-requirements / 2-tech-spec / 3-architecture) for YAGNI/KISS violations, challenging necessity of FRs/NFRs/abstractions/configs via Codex adversarial debate. Not for: FP…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Change-aware next step advisor. Use when: user asks what to do next, workflow progression is unclear, session just started with dirty worktree. Not for: executing the suggested command (user decides), auto-loop decisions (hooks handle that). Output:…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Agent-driven workflow orchestration (v1 report-only). Use when: declaring an intent (audit/research/feature shape) and wanting a planner agent to derive the skill workflow, preview it, and run read-only fanout with fail-closed no-change verification. Not for:…

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Pre-ExitPlanMode adversarial plan review loop via Codex MCP. Use when: in plan mode, before presenting a plan to the user; reviewing an in-context plan draft. Not for: .md file review (use doc-review), code review (use codex-code-review), lifecycle spec…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Pre-PR confidence audit with 5-dimension scoring. Use when: final check before commit/push/PR, evaluating PR readiness, assessing test quality + risk + coverage holistically. Triggers: pre-pr, readiness check, confidence audit, final verification, ready to…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Quick pre-commit checks — lint:fix -> test

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Pre-commit checks — lint:fix -> build -> test

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Project configuration initialization. Use when: first-time setup, auto-detecting framework, replacing CLAUDE.md placeholders. Not for: ongoing config checks (use claude-health), skill creation (use skill-creator). Output: configured CLAUDE.md + project…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Lightweight model correction with context-aware rule loading. Use when: model forgot a rule, skipped a required step, edited code/docs without running review, needs to re-read CLAUDE.md or rules. Triggers on: 'you forgot', 'remind', 'check rules', 'what did…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Smart batch commit. Analyzes uncommitted changes, groups by cohesion, generates commit messages matching project style. Default: output git commands for manual execution. With --execute: directly run git add + git commit (requires user approval). Use when:…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Holistic test coverage measurement. Use when: assessing test health, measuring coverage trends, quantitative + qualitative test audit. Not for: running tests (use verify), reviewing test sufficiency only (use codex-test-review), generating tests (use…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives, filed as docs/features/<feature>/adr-<NNN>-<title>.md with a 3-digit zero-padded number. Handles the Superseded case: bidirectional linking…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Architecture design and documentation. Produces 3-architecture.md with component diagrams, data flow, integration points, and architecture decisions. Reads existing tech-spec as input. Use when: designing system architecture, documenting component…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Context-aware Q&A with auto context gathering. Use when: user has a quick question about codebase, git history, rules, docs, or skills during development. Not for: code changes (use feature-dev), code review (use codex-review-fast), deep research (use…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create, update, or scan per-task request tickets for progress tracking. These are date-prefixed non-lifecycle docs under requests/, NOT feature-level requirements (use /req-analyze for those). Use when: tracking task progress, updating completion status,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Feasibility analysis from first principles. Use when: evaluating solutions before tech-spec, comparing approaches, risk assessment. Not for: implementation (use feature-dev), architecture advice (use codex-architect). Output: quantitative comparison +…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Feature development workflow. Use when: implementing features, writing code, running dev loop. Not for: understanding code (use code-explore), reviewing code (use codex-code-review). Output: implemented feature + tests + review gate.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Post-development recap wrapper. Use when: AI/Codex just finished implementing a feature and the user wants a guided walkthrough with scope detection + doc generation + follow-up Q&A. Not for: generating only a doc (use /recap-doc), Q&A over an existing recap…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Interactive Q&A over an existing recap document. Use when: user wants to ask follow-up questions about a briefing-recap-<date>.md produced by /recap-doc, with recap-bounded context + out-of-scope redirect + optional promote-to-request. Not for: generating a…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Post-development recap document generator. Use when: AI/Codex has implemented a feature and the user needs a guided walkthrough of what changed and why, with blind-spot detection and anticipated questions. Not for: Q&A follow-up (use /recap-ask), technical…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Requirements analysis — problem decomposition, stakeholder scan, requirement structuring. Produces 1-requirements.md (Phase 1 lifecycle doc, NOT the per-task request ticket — for those use /create-request). Use when: analyzing needs before tech spec,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate and update feature release runbooks from existing docs and codebase. Use when: creating operational runbook, release handbook, deployment checklist, pre-release preparation. Not for: incident response (v2), code review (use codex-code-review),…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Technical briefing for developer sharing. Use when: sharing implementation findings with technical colleagues, post-development knowledge transfer, documenting what was built and why. Not for: PM/CTO summary (use project-brief), first-principles reasoning…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Tech spec generation and review. Use when: designing features, writing specs, spec review. Not for: requirements analysis (use req-analyze), implementation (use feature-dev), architecture advice (use codex-architect). Output: numbered tech spec document.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Research current code state then update corresponding docs, ensuring docs stay in sync with code.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Review technical spec documents from completeness, feasibility, risk, and code consistency perspectives.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create or update GitHub PR with gh CLI. Auto-extracts ticket ID from branch name, generates title/summary from commits. Auto-detects existing PR and switches to update mode. Supports --stack for stacked PR chains (per-layer PRs with chained bases; never…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Install plugin rules into project .claude/rules/ for persistent use without plugin loaded

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Safely remove plugin assets (skill/agent/rule/script/hook) with dependency detection and reference cleanup. Use when: user says 'remove skill', 'delete skill', 'deprecate', 'clean up unused', or /safe-remove. Not for: code refactoring (use /simplify), feature…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Replicate knowledge from any source as sd0x-dev-flow skill definition. Use when: copying skills from repos, adapting patterns from articles/papers/code, converting knowledge to skill format. Not for: research without skill output (use deep-research), creating…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Industry best practices conformance audit with mandatory adversarial debate. Produces audit artifact: verdict (OK/WARN/FAIL) + gap roadmap + debate proof. Use when: auditing current implementation against industry standards, checking compliance with best…

原文の言語: 英語

更新
収集済み skill 99 件中 40 件を表示しています。