Skip to main content
GitHub 저장소

bob

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

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

이 저장소의 skills

bob-generate-feature-page
소프트웨어 개발자

Generate a self-contained, navigable explainer bundle for a feature of the current codebase — a sidebar of sub-concepts, detail pages, and linked animated diagrams grounded in the real code

2026-07-11
bob-generate-okf
소프트웨어 개발자

Analyze a codebase and interactively generate an OKF (.knowledge/) bundle — asks clarifying questions, discovers packages and decisions, then writes a complete navigable knowledge catalog.

2026-07-11
architecture-introspector
소프트웨어 개발자

Analyzes code for unnecessary complexity, unjustified abstractions, and structural cleanup opportunities using first-principles engineering methodology

2026-06-29
bug-finder
소프트웨어 개발자

Finds bugs in existing code — nil dereferences, race conditions, resource leaks, logic errors, error handling gaps. Creates cleanup tasks for each finding.

2026-06-29
spec-doc-reviewer
소프트웨어 개발자

Verifies that SPECS.md, NOTES.md, TESTS.md, BENCHMARKS.md, and documentation cross-reference cleanly against each other and against the actual code

2026-06-29
team-analyst
기타 컴퓨터 관련 직업

Self-directed analyst that claims analysis tasks from a shared task list and writes findings (read-only)

2026-06-29
team-brainstormer
소프트웨어 개발자

Researches the codebase for a brainstorm task, evaluates multiple approaches, and writes findings to a brainstorm file

2026-06-29
team-challenger
기타 컴퓨터 관련 직업

Self-directed challenger that claims completed analysis tasks and stress-tests them (read-only)

2026-06-29
team-coder
소프트웨어 개발자

Implements one concrete set of tasks from the plan using TDD, then reports what changed

2026-06-29
team-planner
소프트웨어 개발자

Creates a detailed TDD-first implementation plan from brainstorm findings and writes it to a plan file

2026-06-29
team-reviewer
소프트웨어 품질 보증 분석가·테스터

Self-directed reviewer that claims completed tasks and reviews them incrementally

2026-06-29
tester
소프트웨어 품질 보증 분석가·테스터

Specialized testing agent for running tests and quality checks

2026-06-29
workflow-brainstormer
소프트웨어 개발자

Autonomous brainstorming agent for workflow orchestration

2026-06-29
workflow-coder
소프트웨어 개발자

EXECUTE phase coordinator that orchestrates implementation, task review, and code quality subagents

2026-06-29
bob-adversarial-review
소프트웨어 품질 보증 분석가·테스터

Adversarial deep code review — orchestrator spawns 8 specialist agents in parallel hunting spec drift, comment lies, memory hazards, concurrency bugs, contract gaps, code quality issues, and structural over-abstraction. Outputs severity-ranked findings to .bob/state/review.md with a routing recommendation.

2026-06-29
bob-audit
소프트웨어 품질 보증 분석가·테스터

Verify spec invariants and analyze codebase health — DISCOVER → AUDIT → [ANALYZE → SCORE] → REPORT → COMPLETE

2026-06-29
bob-challenge-idea
프로젝트 관리 전문가

Adversarial idea review — interactive intake followed by 8 specialist agents in parallel attacking assumptions, prior art, scope explosion, scale, operational burden, alternatives, user need, and reversibility. Outputs severity-ranked findings to .bob/state/idea-review.md with a routing recommendation.

2026-06-29
bob-cleanup
소프트웨어 개발자

Team-based code cleanup workflow - DISCOVER → PLAN → CLEANUP LOOP → COMMIT. Simplifies, removes complexity, fixes documentation. Never introduces new functionality.

2026-06-29
bob-cleanup-teams
소프트웨어 개발자

Team-based code cleanup workflow - DISCOVER → PLAN → CLEANUP LOOP → COMMIT. Simplifies, removes complexity, fixes documentation. Never introduces new functionality.

2026-06-29
bob-code-review
소프트웨어 품질 보증 분석가·테스터

Code review workflow orchestrator - REVIEW → FIX → TEST → COMMIT → MONITOR

2026-06-29
bob-design
소프트웨어 개발자

Create or apply a spec-driven module structure — SPECS.md, NOTES.md, TESTS.md, BENCHMARKS.md, and // NOTE invariant on all .go files

2026-06-29
bob-explore
소프트웨어 개발자

Team-based codebase exploration with adversarial challenge - DISCOVER → ANALYZE → CHALLENGE → DOCUMENT

2026-06-29
bob-explore-teams
소프트웨어 개발자

Team-based codebase exploration with adversarial challenge - DISCOVER → ANALYZE → CHALLENGE → DOCUMENT

2026-06-29
bob-internal-writing-plans
소프트웨어 개발자

Use when you have a spec or requirements for a multi-step task, before touching code

2026-06-29
bob-stage-prs
소프트웨어 개발자

Break a large changeset into ordered, reviewable PRs — idempotent, call again to advance the stack after merges

2026-06-29
bob-work-agents
소프트웨어 개발자

Full development workflow orchestrator - INIT → WORKTREE → BRAINSTORM → PLAN → EXECUTE → TEST → REVIEW → COMPLETE

2026-06-29
bob-work
소프트웨어 개발자

Team-based development workflow - INIT → WORKTREE → BRAINSTORM → PLAN → EXECUTE → TEST → REVIEW → COMPLETE

2026-06-29
bob-work-teams
소프트웨어 개발자

Team-based development workflow using experimental agent teams - INIT → WORKTREE → BRAINSTORM → PLAN → EXECUTE → REVIEW → COMPLETE

2026-06-29
bob-generate-overview
소프트웨어 개발자

Generate a stylized, self-contained HTML report for any Go codebase element — functions, packages, interfaces, structs, handlers, CLI commands, and more

2026-06-28
bob-internal-brainstorming
소프트웨어 개발자

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-06-28
bob-internal-go-coding
소프트웨어 개발자

Go coding guidelines for production-quality code — pool lifetimes, concurrency safety, numeric type boundaries, error handling, and test discipline

2026-06-28
bob-operational
소프트웨어 개발자

Multi-repo operational workflow — coordinate code changes across repos, build/deploy, and validate end-to-end. INIT → PLAN → CODE → OPERATE → TEST → COMPLETE

2026-06-28
bob-postmortem
소프트웨어 개발자

Write a blameless incident postmortem — gather timeline, root cause, impact, action items

2026-06-28
bob-premortem
소프트웨어 개발자

Run a premortem — imagine a project has failed and work backwards to identify risks before they happen

2026-06-28
workflow-planner
소프트웨어 개발자

Specialized planning agent for creating detailed implementation plans

2026-06-07
review-consolidator
소프트웨어 품질 보증 분석가·테스터

Comprehensive multi-domain code reviewer that covers all review concerns in a single pass

2026-06-07
workflow-implementer
소프트웨어 개발자

Implements code changes following plans and specifications

2026-06-07
team-spec-oracle
소프트웨어 개발자

Spec authority agent that scans SPECS.md/NOTES.md/TESTS.md/BENCHMARKS.md, answers invariant questions from teammates, and writes final spec doc updates

2026-04-02
go-presubmit-reviewer
소프트웨어 품질 보증 분석가·테스터

Go-specific pre-submit reviewer targeting patterns that survive generic review but cause problems in production — pool lifetimes, concurrency races, int64/int mismatches, early-stop correctness, spec drift, error handling, and test quality

2026-03-25
talk-to-codex
소프트웨어 개발자

Have a conversation with Codex about code — ask questions or instruct it to write code, looping until consensus.

2026-03-16
이 저장소에서 수집된 skills 45개 중 상위 40개를 표시합니다.