Quick second-opinion using Codex MCP (diff only, no tests). Supports review loop with context preservation.
原文の言語: 英語
メニュー
このリポジトリの skills
SkillsMP は sd0xdev/sd0x-dev-flow から 99 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
sd0xdev/sd0x-dev-flow収集済み skill 99 件中 40 件を表示しています。
Quick second-opinion using Codex MCP (diff only, no tests). Supports review loop with context preservation.
原文の言語: 英語
Full second-opinion using Codex MCP (with lint:fix + build). Supports review loop with context preservation.
原文の言語: 英語
Universal multi-source research orchestration. Use for any research/investigate/analyze request needing synthesis across web, codebase, and community evidence — especially broad, mixed, or ambiguous intent. Triggers on: 'research this', 'deep research',…
原文の言語: 英語
Audit dependency security risks
原文の言語: 英語
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…
原文の言語: 英語
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…
原文の言語: 英語
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,…
原文の言語: 英語
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),…
原文の言語: 英語
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…
原文の言語: 英語
Refactor documents — simplify without losing information, visualize flows with sequenceDiagram.
原文の言語: 英語
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…
原文の言語: 英語
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…
原文の言語: 英語
Comprehensive assessment of Unit / Integration / E2E three-layer test coverage, identify gaps and provide actionable recommendations.
原文の言語: 英語
Review documents using Codex MCP. Supports review loop with context preservation.
原文の言語: 英語
OWASP Top 10 security review using Codex MCP. Supports review loop with context preservation.
原文の言語: 英語
Generate unit tests for specified functions using Codex MCP
原文の言語: 英語
Review test case sufficiency using Codex MCP, suggest additional edge cases. Supports review loop with context preservation.
原文の言語: 英語
Deep-dive analysis of an initial proposal — research code implementation, produce an actionable roadmap and alternatives
原文の言語: 英語
PR self-review — review changes, produce checklist, update rules
原文の言語: 英語
Convert a technical spec into a PM/CTO-readable executive summary. Simplify technical details, focus on business value.
原文の言語: 英語
Wrap-up refactoring — simplify code, eliminate duplication, preserve behavior
原文の言語: 英語
Verification loop — lint -> typecheck -> unit -> integration -> e2e
原文の言語: 英語
Rewrite the previous reply in Traditional Chinese
原文の言語: 英語
Multi-target refactoring orchestrator. Use when: cleaning up messy code/docs, simplifying code, restructuring documents, batch cleanup. Not for: new features (use feature-dev), bug fixes (use bug-fix), code understanding (use code-explore). Output: refactored…
原文の言語: 英語
Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore).…
原文の言語: 英語
Comprehensive developer workstation security audit — scans for exposed credentials, compromised application data, persistence mechanisms, and supply chain attack indicators. Use this skill whenever the user suspects their machine may be compromised, wants to…
原文の言語: 英語
Load GitHub PR review comments into AI session — analyze, triage, plan. Default: analysis-only (no auto-fix). Use when: reviewing PR feedback, planning fixes, addressing review comments, replying to reviewers. Not for: creating reviews (use…
原文の言語: 英語
Post friendly review comments to a GitHub PR — prepare locally, preview, then submit as atomic review. Use when: posting code review comments, giving PR feedback, sending inline suggestions. Not for: reading existing reviews (use load-pr-review), creating PRs…
原文の言語: 英語
Project health audit with deterministic scoring. Use when: evaluating project quality, onboarding to new codebase, periodic health checks. Not for: runtime performance analysis, security-specific audits (use /codex-security). Output: 5-dimension score +…
原文の言語: 英語
Uncommitted code risk assessment with breaking change detection, blast radius analysis, and scope metrics. Use when: evaluating PR risk, pre-commit risk check, large refactoring review. Not for: security vulnerabilities (use /codex-security), code correctness…
原文の言語: 英語
Independent second-opinion verification for any finding. Use when: Claude or user wants independent Codex verification of a review finding — dismiss (false positive check), confirm (does this issue exist?), or clarify (what's the impact?). Triggers: dismiss…
原文の言語: 英語
First-principles briefing from technical documents. Use when: understanding why decisions were made, onboarding to feature reasoning, reviewing decision chains, explaining doc from first principles. Not for: PM/CTO summary (use project-brief), pre-doc…
原文の言語: 英語
Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev), understanding code (use code-explore). Output: fix + regression test + review gate.
原文の言語: 英語
Generate a customized precommit runner for any ecosystem. Use when: non-Node projects need a runner, eject from generic runner, customize runner for project. Not for: running precommit (use /precommit), installing runner (handled by auto-install). Output:…
原文の言語: 英語
Codex architecture consulting. Use when: designing features, evaluating architecture, getting second opinion on design. Not for: implementation (use codex-implement), code review (use codex-code-review). Output: architecture advice + design recommendations.
原文の言語: 英語
Implement features via Codex MCP. Use when: writing new code from specs, implementing features, Codex-driven development. Not for: code review (use codex-code-review), architecture advice (use codex-architect). Output: implemented code + review loop.
原文の言語: 英語
Git history investigation. Use when: tracking code changes, finding where bugs were introduced, root cause analysis. Not for: code exploration (use code-explore), issue analysis (use issue-analyze). Output: history trace + root cause report.
原文の言語: 英語
Customize Claude Code statusline. Use when: user says 'statusline', 'status line', 'customize statusline', 'modify statusline', 'statusline settings', 'statusline theme', 'change theme', 'color scheme', wants to add/remove/change segments (cost, git, model,…
原文の言語: 英語
Bump package and plugin version in sync. Updates package.json, .claude-plugin/plugin.json, and install-state manifest to the same version. Use when: user says 'bump version', 'update version', '更新版本', '版本 +1', or /bump-version
原文の言語: 英語
Pure Claude code investigation. Use when: tracing execution paths, understanding architecture, diagnosing issues. Not for: dual-perspective review (use code-investigate), code review (use codex-code-review). Output: analysis report with findings.
原文の言語: 英語