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

async-model-getaway

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

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

이 저장소의 skills

git-branch-naming
소프트웨어 개발자

Name or repair development branches with semantic prefixes, `<type>/<username>/<short-description>` structure, and migration guidance when work has already started on the wrong branch.

2026-06-16
git-commit-convention
소프트웨어 개발자

Draft or review semantic commit messages from staged changes, including split signals, business-facing subjects, breaking-change markers, and repair commands such as `git add -p`, `git reset`, and `git commit --amend`.

2026-06-16
plan-step-tracker
소프트웨어 개발자

Query step status (pending/done) in plan/<topic>/<topic>.step.md with minimal token cost and explicit blocking when incomplete.

2026-06-16
python-plan-authoring
소프트웨어 개발자

Create an executable Python implementation plan that freezes scope, contracts, decisions, affected files, tests, and validation commands before coding begins. Not a todo list — an implementation contract that executor can follow and reviewer can verify.

2026-06-16
python-pre-commit
소프트웨어 개발자

Configures pre-commit hooks for uv-based Python projects by producing a valid `.pre-commit-config.yaml` with the canonical hook set. Use this when a uv Python project needs pre-commit setup or an existing config needs hooks merged in.

2026-06-16
python-pyproject-toolconfig
소프트웨어 개발자

Append missing ruff, pyright, and pytest configuration sections to an existing pyproject.toml without overwriting existing settings.

2026-06-16
python-tdd-test-authoring
소프트웨어 품질 보증 분석가·테스터

Create RED tests from an approved Python implementation plan before implementation begins. Use this when a plan is approved, run internal D1 classification, and produce structured verdict-driven test authoring.

2026-06-16