VerifiedGit
v1.0.0

bug-fix

by @sd0xdev0 pulls
URLopenbooklet.com/s/bug-fix
Pinnedopenbooklet.com/s/bug-fix@1.0.0
APIGET /api/v1/skills/bug-fix

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.

21 skills from this reposd0xdev/sd0x-dev-flow
bug-fixviewing
`/safe-remove` — 安全移除 plugin 資產docs/features/safe-remove/requests/2026-03-16-safe-remove-skill.md

> **Created**: 2026-03-16 > **Status**: Completed > **Priority**: P2

Best Practices Audit Skilldocs/features/best-practices/requests/2026-03-03-best-practices-audit-skill.md

> **Created**: 2026-03-03 > **Status**: Completed > **Priority**: P1 > **Tech Spec**: Pending > **Source**: Codex Brainstorm Nash Equilibrium (2026-03-03)

best-practicesskills/best-practices/SKILL.md

Industry best practices audit. Researches best practices (via WebSearch or agent-browser), analyzes current implementation, then uses /codex-brainstorm adversarial debate to confirm alignment. Outputs gap analysis report. Use when: auditing against industry standards, checking compliance with best practices, benchmarking implementation quality. Not for: code review (use /codex-review), architecture design (use /codex-architect).

claude-healthskills/claude-health/SKILL.md

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.

code-exploreskills/code-explore/SKILL.md

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.

code-investigateskills/code-investigate/SKILL.md

Dual-perspective code investigation. Use when: deep code analysis needing both Claude and Codex perspectives. Not for: quick exploration (use code-explore), code review (use codex-code-review). Output: integrated findings from dual analysis.

codex-architectskills/codex-architect/SKILL.md

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.

codex-brainstormskills/codex-brainstorm/SKILL.md

Adversarial brainstorming via Claude+Codex debate. Use when: exploring solutions, feasibility analysis, exhaustive enumeration. Not for: implementation (use feature-dev), architecture only (use codex-architect). Output: Nash equilibrium consensus + action items.

codex-cli-reviewskills/codex-cli-review/SKILL.md

Code review via Codex CLI with full disk access. Use when: deep review needing full codebase read, uncommitted change review. Not for: quick diff review (use codex-code-review), doc review (use doc-review). Output: severity-grouped findings + merge gate.

codex-code-reviewskills/codex-code-review/SKILL.md

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.

codex-explainskills/codex-explain/SKILL.md

Explain complex code via Codex MCP. Use when: understanding complex logic, tracing data flow, onboarding to unfamiliar code. Not for: code review (use codex-code-review), exploration (use code-explore). Output: structured explanation at chosen depth.

codex-implementskills/codex-implement/SKILL.md

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.

codex-review-fastskills/codex-review-fast/SKILL.md

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

codex-securityskills/codex-security/SKILL.md

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

codex-setupskills/codex-setup/SKILL.md

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.

codex-test-genskills/codex-test-gen/SKILL.md

Generate unit tests for specified functions using Codex MCP

Context-Aware Test Orchestration Skill (`/test-deep`)docs/features/test-deep/requests/2026-03-13-test-deep-skill.md

> **Created**: 2026-03-13 > **Status**: Completed > **Priority**: P1 > **Tech Spec**: [2-tech-spec.md](../2-tech-spec.md) > **Best Practices Audit**: Phase 4 Gap Report (conversation 2026-03-13) > **Brainstorm threadId**: `019ce580-f0c1-75a3-96cf-92b57e837ce2`

contract-decodeskills/contract-decode/SKILL.md

EVM contract error and calldata decoder. Use when: user pastes hex revert data, calldata, function selector, or mentions custom error, execution reverted, 4byte, decode. Input contains 0x + 8+ hex chars.

Create tech-brief Skilldocs/features/tech-brief/requests/2026-04-07-tech-brief-skill.md

> **Created**: 2026-04-07 > **Status**: Pending > **Priority**: P2 > **Tech Spec**: [tech-brief Tech Spec](../2-tech-spec.md)

create-requestskills/create-request/SKILL.md

Create, update, or scan request documents. Use when: planning features, tracking requests, updating progress, scanning incomplete requests, checking request status dashboard. Not for: tech specs (use tech-spec), code implementation (use feature-dev). Output: request document with status tracking.

Auto-indexed from sd0xdev/sd0x-dev-flow

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0