Skip to main content
GitHub 저장소

vibe-engineering

vibe-engineering에는 ash1794에서 수집한 skills 38개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
38
Stars
9
업데이트
2026-06-02
Forks
1
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

vibe-start-informed
소프트웨어 개발자

Dispatches research agents to find real projects, papers, and documented failures before proposing any feature, architecture, or technology choice. Triggers on creative/design tasks, not on implementation of already-designed specs.

2026-06-02
vibe-acceptance-gate
소프트웨어 품질 보증 분석가·테스터

Validates completed work against defined acceptance criteria. Use after completing a task that has specific success criteria defined in issues, specs, or task descriptions.

2026-04-13
vibe-adversarial-test-generation
소프트웨어 품질 보증 분석가·테스터

Generates edge case, failure mode, and spec-driven test cases. Covers boundary values, nil inputs, concurrency, resource exhaustion, malformed data, and requirement-linked traceability tests.

2026-04-13
vibe-anti-rationalization-check
소프트웨어 개발자

Detects and prevents shortcut rationalization — when the agent is about to skip a step, simplify a requirement, or optimize away a constraint. Triggers proactively when rationalization patterns are noticed.

2026-04-13
vibe-async-task-queue
소프트웨어 개발자

Provides a persistent cross-session task queue for work that should be done but isn't blocking current tasks. Enables background and future-session work tracking.

2026-04-13
vibe-cherry-pick-integration
소프트웨어 개발자

Safely integrates commits from parallel agent branches using sequential cherry-pick. Use after parallel work completes in isolated branches or worktrees.

2026-04-13
vibe-concurrent-test-safety
소프트웨어 품질 보증 분석가·테스터

Audits tests for concurrency safety — race conditions, shared mock state, cleanup ordering. Use when writing tests that involve goroutines, async operations, or shared mutable state.

2026-04-13
vibe-coverage-enforcer
소프트웨어 품질 보증 분석가·테스터

Enforces tiered test coverage standards with three dimensions — line coverage by tier, spec-to-test traceability, and spec-to-code implementation mapping. Use before claiming code is complete.

2026-04-13
vibe-debugging-journal
소프트웨어 개발자

Records resolved bugs in a persistent journal — symptom, root cause, difficulty, fix, prevention. Organized by category for future reference.

2026-04-13
vibe-decision-journal
소프트웨어 개발자

Extracts and records architectural decisions from diffs, conversation context, and explicit choices. Supports automatic extraction from staged changes, deduplication against prior decisions, and persistent ADR-format logging with spec traceability.

2026-04-13
vibe-devil-advocate-review
소프트웨어 개발자

Challenges recommendations, designs, or synthesis by adversarial review across 5 dimensions. Use before shipping any significant recommendation or design document.

2026-04-13
vibe-doc-quality-gate
소프트웨어 개발자

Performs a fast 6-point quality check for technical documents (specs, design docs, READMEs). Use after editing any specification or design document.

2026-04-13
vibe-fuzz-parser-inputs
소프트웨어 개발자

Generates fuzz test scaffolding for parsers handling external input (YAML, JSON, config files, user input). Seeds corpus from existing fixtures and runs initial pass.

2026-04-13
vibe-gap-analysis
소프트웨어 개발자

Assesses production readiness or audits a codebase against its specs. Supports quick static mode, deep 17-dimension audit, or single-dimension focus.

2026-04-13
vibe-gap-closure-loop
소프트웨어 개발자

Closes production readiness gaps from a gap analysis document. Autonomously loops dependency analysis, parallel agent dispatch, test gate, re-audit, and repeats until target dimensions reach target score.

2026-04-13
vibe-golden-file-testing
소프트웨어 품질 보증 분석가·테스터

Implements snapshot/golden file tests with temporal normalization so tests don't break daily. Use when implementing tests that compare output against expected snapshots.

2026-04-13
vibe-handover-doc
소프트웨어 개발자

Generates a session continuity document at the end of a long session or when switching context on a multi-session project. Enables seamless resumption.

2026-04-13
vibe-iteration-review
프로젝트 관리 전문가

Performs end-of-iteration review with quality grading, metrics, and trend analysis. Use at the end of each development iteration or sprint.

2026-04-13
vibe-parallel-task-decomposition
소프트웨어 개발자

Analyzes large tasks for independent subtasks that can be safely parallelized. Produces a DAG-based dispatch plan with dependency ordering and maximum parallelism.

2026-04-13
vibe-pattern-library
소프트웨어 개발자

Detects recurring implementation patterns and records them for reuse. When the same code pattern appears 3+ times, it belongs in the pattern library.

2026-04-13
vibe-pre-commit-audit
소프트웨어 개발자

Scans staged changes for secrets, debug statements, TODOs without references, and other common commit mistakes. Use before creating any commit.

2026-04-13
vibe-production-mindset
소프트웨어 개발자

Sets quality expectations for implementation — "imagine this serves 1 million users." Checks for observability, error handling, input validation, graceful degradation.

2026-04-13
vibe-quality-loop
소프트웨어 개발자

Enforces the Implement→Review→Test→Fix→Loop cycle until work is clean. Use after any non-trivial implementation to prevent "good enough" exits.

2026-04-13
vibe-reflect-and-compound
소프트웨어 개발자

Extracts learnings from completed work, feedback, or failures. Updates a persistent learnings file with capped entries. Use after receiving feedback, fixing bugs, or completing complex tasks.

2026-04-13
vibe-requirements-validator
프로젝트 관리 전문가

Validates PRD, user stories, or feature requirements against SMART criteria. Use when reviewing requirements to catch vagueness before it causes expensive rework.

2026-04-13
vibe-research-before-design
시장조사 분석가·마케팅 전문가

Dispatches SOTA research before proposing any new feature, architecture, or technology choice. Use when facing design decisions, not when implementing existing specs.

2026-04-13
vibe-rollback-plan
네트워크·컴퓨터 시스템 관리자

Documents rollback procedures before making risky changes. Covers what's changing, verification steps, rollback procedures, and blast radius assessment.

2026-04-13
vibe-safe-deploy
네트워크·컴퓨터 시스템 관리자

Performs deployment with pre-flight checks, atomic replacement, post-deploy verification, and automatic rollback. Use before any deployment to staging or production.

2026-04-13
vibe-scenario-matrix
소프트웨어 품질 보증 분석가·테스터

Generates a behavioral scenario acceptance matrix for comprehensive test coverage planning. Maps user scenarios to acceptance criteria with stable IDs.

2026-04-13
vibe-scope-guard
프로젝트 관리 전문가

Detects and redirects scope creep during implementation. Catches unrequested features, unnecessary refactoring, and over-engineering.

2026-04-13
vibe-service-health-dashboard
네트워크·컴퓨터 시스템 관리자

Queries all configured services for health status — uptime, restarts, errors, resources. Use when checking the health of running services.

2026-04-13
vibe-session-context-flush
소프트웨어 개발자

Performs smart context summarization when the context window is approaching capacity. Identifies what to keep, what to summarize, and creates a compact resume state.

2026-04-13
vibe-spec-sync
소프트웨어 개발자

Bidirectional sync between specification documents and code. Detects spec drift from staged changes, updates spec to reflect approved decisions, and ensures every commit represents a reconciled snapshot of spec, tests, and code.

2026-04-13
vibe-spec-vs-code-audit
소프트웨어 품질 보증 분석가·테스터

Compares specification documents against implementation code to find divergences. Use when implementation of a spec or design doc is claimed complete.

2026-04-13
vibe-structured-output
소프트웨어 개발자

Enforces structured output format for analyses, reports, and recommendations — Executive Summary, Detailed Analysis, Next Steps, Metrics. Prevents wall-of-text responses.

2026-04-13
vibe-using-vibe-engineering
기타 컴퓨터 관련 직업

Bootstraps the agent to check for applicable vibe-engineering skills before every action. Loads at conversation start for skill discovery.

2026-04-13
vibe-help
기타 컴퓨터 관련 직업

Routes users to the right vibe-engineering skill for their current task. Use when user asks "what skill should I use?" or seems unsure about which skill to invoke.

2026-04-13
vibe-wave-based-remediation
소프트웨어 개발자

Systematically fixes large backlogs of issues using prioritized waves. Use when facing 10+ issues, bugs, or gaps to address.

2026-04-13