Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

sd0x-dev-flow

sd0x-dev-flow contient 96 skills collectées depuis sd0xdev, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
96
Stars
175
mis à jour
2026-04-27
Forks
23
Couverture métier
10 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ui-first-principles
Concepteurs web et d'interfaces numériques

First-principles UI/IA reasoning: turns a `<scenario>` + API field set into JTBD analysis, principle-anchored field-priority decisions, anti-pattern findings, and a bidirectional UI↔API gap report. Trigger: UI、UX、資訊架構、IA、scenario-driven UI、欄位優先級、information hierarchy. Not for: visual/CSS work (use `/frontend-design`), post-build critique (use `/critique`), or simplifying existing layouts (use `/distill`).

2026-04-27
necessity-audit
Développeurs de logiciels

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 reasoning validity (use /codex-review-spec), completeness check (use /feature-completeness), detail review (use /codex-review-doc), or code-level simplification (use /simplify).

2026-04-21
epic-merge
Développeurs de logiciels

Sequential squash-merge of stacked PR chains into an epic branch. Handles dependency-ordered rebase, collision-safe backup tags, CI monitoring (delegates to /watch-ci), and post-merge verification. Use when: merging a chain of stacked PRs into an epic branch, collapsing a linear PR stack into per-PR squash commits, preparing an epic branch for final review. Triggers on: 'merge PRs into epic', 'squash chain', 'collapse PR stack', 'epic merge', or when user has a linear PR dependency chain (PR A -> B -> C) targeting an epic branch. Not for: single PR merge (use /create-pr + GitHub UI), simple rebase (use /smart-rebase), pre-merge analysis (use /merge-prep). Output: chain analysis table + backup tag manifest + per-iteration AskUserQuestion gate + verification log.

2026-04-20
push-ci
Développeurs de logiciels

Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).

2026-04-20
post-dev-recap
Développeurs de logiciels

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 (use /recap-ask), technical share-out (use /tech-brief), first-principles reasoning of an existing doc (use /fp-brief), general code tracing (use /code-explore). Output: ScopeReport → briefing-recap-<date>.md → interactive Q&A session.

2026-04-17
recap-ask
Développeurs de logiciels

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 new recap (use /recap-doc), general project Q&A (use /ask), code tracing (use /code-explore). Output: per-turn answer referencing file:line + end-of-session promote prompt.

2026-04-17
recap-doc
Développeurs de logiciels

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 share-out for teammates (use /tech-brief), or generic code explanation (use /codex-explain). Output: briefing-recap-<YYYY-MM-DD>.md with file-level walkthrough, design intents, spec drift, blind spots (mandatory), and anticipated questions.

2026-04-17
project-setup
Développeurs de logiciels

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 settings + rules + hooks.

2026-04-17
watch-ci
Développeurs de logiciels

Monitor GitHub Actions CI runs until completion. Use when: watching CI after push, checking build status, monitoring PR checks, waiting for CI completion, user says 'watch CI', 'check CI', 'CI status', 'monitor build', or /watch-ci. Not for: pushing code (use push-ci), creating PRs (use create-pr). Output: per-run verdict (pass/fail/timeout).

2026-04-17
ask
Développeurs de logiciels

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 deep-research), full code trace (use code-explore). Output: structured answer with source attribution.

2026-04-13
create-request
Spécialistes en gestion de projets

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, scanning incomplete requests, checking request status dashboard. Not for: feature-level problem-space analysis (use req-analyze for 1-requirements.md lifecycle doc), tech specs (use tech-spec), code implementation (use feature-dev). Output: request ticket with status tracking, referencing parent tech-spec.

2026-04-10
req-analyze
Spécialistes en gestion de projets

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, decomposing requirements, stakeholder analysis, 需求分析. Not for: solution comparison (use feasibility-study), tech design (use tech-spec), per-task tracking tickets (use create-request), issue root cause (use issue-analyze).

2026-04-10
runbook
Développeurs de logiciels

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), architecture design (use architecture).

2026-04-07
tech-brief
Développeurs de logiciels

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 (use fp-brief), design-phase specs (use tech-spec). Output: 6-section technical brief with source provenance.

2026-04-07
claude-health
Autres occupations informatiques

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 codex-code-review). Output: health report + fix recommendations.

2026-04-04
doc-refactor
Développeurs de logiciels

Refactor documents — simplify without losing information, visualize flows with sequenceDiagram.

2026-04-04
feature-dev
Développeurs de logiciels

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.

2026-04-04
next-step
Développeurs de logiciels

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: findings-based suggestions or session summary with commit seed.

2026-04-04
op-session
Administrateurs de réseaux et de systèmes informatiques

Initialize 1Password CLI session for Claude Code. Use when: starting a session that needs 1Password secrets, op CLI keeps prompting biometric auth, setting up OP_SESSION token. Solves: Claude Code's no-TTY subprocess model triggers 1Password biometric auth on every op call. Supports both token-based and App Integration auth modes — auto-detects which mode to use.

2026-04-04
safe-remove
Développeurs de logiciels

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 removal requiring architecture changes (manual).

2026-04-04
sharingan
Développeurs de logiciels

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 skills from scratch (use skill-creator), project onboarding (use repo-intake). Output: analysis report + generated SKILL.md files with 3-layer validation.

2026-04-04
skill-health-check
Développeurs de logiciels

Validate skill quality against routing, progressive loading, and verification criteria. Use when: auditing skills, checking skill health, reviewing skill design. Not for: code review (use codex-code-review) or doc review (use doc-review). Output: health report with per-skill ratings + Gate.

2026-04-04
smart-commit
Développeurs de logiciels

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: user says 'commit', 'batch commit', 'prepare commit', 'write commit message', or /smart-commit

2026-04-04
tech-spec
Développeurs de logiciels

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.

2026-04-04
test-deep
Analystes en assurance qualité des logiciels et testeurs

Context-aware test orchestration. Use when: smart test selection, failure triage, progressive test ladder, test failure analysis. Not for: writing tests (use post-dev-test), reviewing tests (use codex-test-review), generating tests (use codex-test-gen), full manual run (use verify). Output: test results + triage report + fixer actions.

2026-04-04
check-coverage
Analystes en assurance qualité des logiciels et testeurs

Comprehensive assessment of Unit / Integration / E2E three-layer test coverage, identify gaps and provide actionable recommendations.

2026-04-04
codex-review-branch
Analystes en assurance qualité des logiciels et testeurs

Fully automated review of an entire feature branch using Codex MCP

2026-04-04
codex-review-doc
Développeurs de logiciels

Review documents using Codex MCP. Supports review loop with context preservation.

2026-04-04
codex-review-fast
Analystes en assurance qualité des logiciels et testeurs

Quick second-opinion using Codex MCP (diff only, no tests). Supports review loop with context preservation.

2026-04-04
codex-review
Analystes en assurance qualité des logiciels et testeurs

Full second-opinion using Codex MCP (with lint:fix + build). Supports review loop with context preservation.

2026-04-04
codex-security
Analystes en sécurité de l'information

OWASP Top 10 security review using Codex MCP. Supports review loop with context preservation.

2026-04-04
codex-test-gen
Analystes en assurance qualité des logiciels et testeurs

Generate unit tests for specified functions using Codex MCP

2026-04-04
codex-test-review
Analystes en assurance qualité des logiciels et testeurs

Review test case sufficiency using Codex MCP, suggest additional edge cases. Supports review loop with context preservation.

2026-04-04
deep-analyze
Développeurs de logiciels

Deep-dive analysis of an initial proposal — research code implementation, produce an actionable roadmap and alternatives

2026-04-04
dep-audit
Analystes en sécurité de l'information

Audit dependency security risks

2026-04-04
install-hooks
Autres occupations informatiques

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

2026-04-04
install-rules
Autres occupations informatiques

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

2026-04-04
install-scripts
Autres occupations informatiques

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

2026-04-04
pr-review
Analystes en assurance qualité des logiciels et testeurs

PR self-review — review changes, produce checklist, update rules

2026-04-04
precommit-fast
Développeurs de logiciels

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

2026-04-04
Affichage des 40 principaux skills collectés sur 96 dans ce dépôt.