Skip to main content
jdelfino
GitHub 제작자 프로필

jdelfino

6개 GitHub 저장소에서 수집된 54개 skills를 저장소 단위로 보여줍니다.

수집된 skills
54
저장소
6
업데이트
2026년 7월 9일
저장소 탐색

저장소와 대표 skills

coordinator
기타 컴퓨터 관련 직업

Single entry point for all implementation work. Triages tasks, manages beads issues, delegates to implementer skill, runs reviewers, creates PRs.

2026년 7월 9일
implementer
소프트웨어 개발자

Pure development workflow with required test coverage and a coverage audit. Used by coordinator as a subagent. Commits work but never manages beads issues.

2026년 7월 9일
planner
프로젝트 관리 전문가

Collaboratively plan epics by exploring the codebase, discussing tradeoffs, filing issues, and running plan review. Invoked via /plan.

2026년 7월 9일
reviewer-architecture
소프트웨어 품질 보증 분석가·테스터

Review PR for duplication, pattern divergence, and architectural issues by comparing against the full codebase. Spawned by coordinator before PR creation.

2026년 7월 9일
reviewer-correctness
소프트웨어 품질 보증 분석가·테스터

Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.

2026년 7월 9일
reviewer-tests
소프트웨어 품질 보증 분석가·테스터

Review PR test quality — meaningful coverage, edge cases, integration tests, and test accuracy. Spawned by coordinator before PR creation.

2026년 7월 9일
refactor-finder
소프트웨어 개발자

Autonomous codebase cruft discovery. Scans for duplication, dead code, leaky abstractions, pattern divergence, and complexity. Files findings as beads issues. Invoked via /refactor-finder.

2026년 5월 20일
rebase
소프트웨어 개발자

Resolves rebase conflicts by gathering full context from beads issues, git diffs, and surrounding code. Invoked by coordinator and merge-queue after a fast-path rebase fails.

2026년 5월 17일
수집된 skill 13개 중 8개를 표시합니다.
coordinator
기타 컴퓨터 관련 직업

Single entry point for all implementation work. Triages tasks, manages beads issues, delegates to implementer skill, runs reviewers, creates PRs.

2026년 7월 9일
implementer
소프트웨어 개발자

Pure development workflow with required test coverage and a coverage audit. Used by coordinator as a subagent. Commits work but never manages beads issues.

2026년 7월 9일
planner
기타 컴퓨터 관련 직업

Collaboratively plan epics by exploring the codebase, discussing tradeoffs, filing issues, and running plan review. Invoked via /plan.

2026년 7월 9일
pr-review
소프트웨어 품질 보증 분석가·테스터

Review a team-member PR for regression risk and test coverage, posting inline comments to GitHub. High-bar — skips style, cleanup, and refactor noise.

2026년 7월 9일
reviewer-architecture
소프트웨어 품질 보증 분석가·테스터

Review PR for duplication, pattern divergence, and architectural issues by comparing against the full codebase. Spawned by coordinator before PR creation.

2026년 7월 9일
reviewer-correctness
소프트웨어 품질 보증 분석가·테스터

Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.

2026년 7월 9일
reviewer-tests
소프트웨어 품질 보증 분석가·테스터

Review PR test quality — meaningful coverage, edge cases, integration tests, and test accuracy. Spawned by coordinator before PR creation.

2026년 7월 9일
rebase
소프트웨어 개발자

Resolves rebase conflicts by gathering full context from beads issues, git diffs, and surrounding code. Invoked by coordinator and merge-queue after a fast-path rebase fails.

2026년 5월 17일
수집된 skill 12개 중 8개를 표시합니다.
coordinator
기타 컴퓨터 관련 직업

Single entry point for all implementation work. Triages tasks, manages beads issues, delegates to implementer skill, runs reviewers, creates PRs.

2026년 6월 23일
implementer
소프트웨어 개발자

Pure development workflow with test-first development and coverage review. Used by coordinator as a subagent. Commits to its own worktree branch, but never pushes, manages beads issues, or opens PRs.

2026년 6월 23일
reviewer-correctness
소프트웨어 품질 보증 분석가·테스터

Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.

2026년 6월 23일
reviewer-tests
소프트웨어 품질 보증 분석가·테스터

Review PR test quality — meaningful coverage, edge cases, integration tests, and test accuracy. Spawned by coordinator before PR creation.

2026년 6월 23일
tutorial
기타 중등 후 교사

Day-2 training tutor for the agent-friendly-project exercise. Answers student questions about the process, the exercise, the workflow, the concepts from the training, or anything about this repo. Invoked via /tutorial.

2026년 6월 23일
e2e-testing
소프트웨어 품질 보증 분석가·테스터

Writing, running, and debugging Playwright E2E tests in coding-tool.

2026년 6월 22일
merge-queue
소프트웨어 개발자

Process open PRs — merge when CI passes, handle rebases, file issues for failures. Run in a dedicated window.

2026년 6월 22일
planner
소프트웨어 개발자

Collaboratively plan epics by exploring the codebase, discussing tradeoffs, filing issues, and running plan review. Invoked via /plan.

2026년 6월 22일
수집된 skill 11개 중 8개를 표시합니다.
coordinator
소프트웨어 개발자

Single entry point for all implementation work. Triages tasks, manages beads issues, decides direct vs. branch execution, delegates to implementer skill, runs reviewers, creates PRs.

2026년 2월 24일
implementer
소프트웨어 개발자

Pure development workflow with test-first development and coverage review. Used by coordinator directly or as a subagent. Never manages beads issues or commits.

2026년 2월 24일
merge-queue
소프트웨어 개발자

Process open PRs — merge when CI passes, handle rebases, file issues for failures. Run in a dedicated window.

2026년 2월 24일
reviewer-correctness
소프트웨어 품질 보증 분석가·테스터

Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.

2026년 2월 24일
reviewer-plan
소프트웨어 품질 보증 분석가·테스터

Review filed implementation plans for architectural issues, duplication risks, and completeness. Spawned by planner as a subagent.

2026년 1월 31일
reviewer-tests
소프트웨어 품질 보증 분석가·테스터

Review PR test quality — meaningful coverage, edge cases, integration tests, and test accuracy. Spawned by coordinator before PR creation.

2026년 1월 31일
planner
프로젝트 관리 전문가

Collaboratively plan epics by exploring the codebase, discussing tradeoffs, filing issues, and running plan review. Invoked via /plan.

2026년 1월 28일
reviewer-architecture
소프트웨어 품질 보증 분석가·테스터

Review PR for duplication, pattern divergence, and architectural issues by comparing against the full codebase. Spawned by coordinator before PR creation.

2026년 1월 28일
저장소 6개 중 6개 표시
모든 저장소를 표시했습니다