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.
원문 언어: 영어