Skip to main content

이 저장소의 skills

sd0xdev/sd0x-dev-flow-codex - 4페이지

SkillsMP는 sd0xdev/sd0x-dev-flow-codex에서 165개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

sd0xdev/sd0x-dev-flow-codex

수집된 skill 165개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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. Default: --dry-run (show command, don't execute). Use when: user asks to…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

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',…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Install plugin rules into project .claude/rules/ 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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Sync multilingual README translations after README.md changes. Detects changed sections via git diff, translates only the diff into 5 locale READMEs (zh-TW, zh-CN, ja, ko, es) using parallel agents, then runs doc review. Use when: README.md was edited, user…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
컴퓨터 시스템 분석가
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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:…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
수집된 skill 165개 중 40개를 표시합니다.