Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

bender

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

수집된 skills
10
Stars
2
업데이트
2026-05-31
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

summary
소프트웨어 개발자

Summarize the most recent commit or pending changes — what they do, how they fit into the existing code, and a diagram if the change is structural.

2026-05-31
pipeline
소프트웨어 개발자

Orchestrates the full roadmap-to-committed-code flow. Iterates through milestones — implementing, testing, reviewing, and committing each — with human approval gates.

2026-03-05
milestone
소프트웨어 개발자

Use at the start of a session when there is a roadmap or milestone document and you want to pick up the next item. Orients from a cold start, locates the roadmap, identifies the next unfinished item, and proceeds to implementation.

2026-03-05
roadmap
소프트웨어 개발자

Use when you have a large feature, project, or initiative to plan. Breaks it into discrete, sequenced milestones and writes them to a ROADMAP.md that milestone can consume.

2026-03-05
verification-before-completion
소프트웨어 개발자

Use before claiming any work is complete, fixed, or passing. Use before every "done", "fixed", "tests pass", or "it's working" statement.

2026-03-05
pr
소프트웨어 개발자

Generate a GitHub pull request description from the current branch. Produces a high-level, markdown-formatted summary and copies it to the clipboard. Pass a base branch if it's not main/master.

2026-02-24
brainstorming
소프트웨어 개발자

Use when starting any new feature, significant change, or architectural decision. Explores requirements and options before any implementation begins.

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

Use when you want an independent review of code before committing or merging. No argument reviews all uncommitted changes. Pass "branch" to review everything on the current branch vs. main. Pass a file path or git ref for a targeted review.

2026-02-23
test-driven-development
소프트웨어 개발자

Use when implementing any new feature, fixing a bug, or refactoring existing code. Enforces red-green-refactor discipline throughout.

2026-02-23
systematic-debugging
소프트웨어 개발자

Use when encountering any bug, test failure, unexpected behavior, or when a previous fix attempt did not work. Use before proposing any solution.

2026-02-23