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

scute

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

수집된 skills
13
Stars
3
업데이트
2026-04-11
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

atdd
소프트웨어 품질 보증 분석가·테스터

Drives implementation outside-in: starts from an acceptance test for user-visible behavior, then works inward layer by layer, stubbing what doesn't exist yet. Use when building a feature across collaborating components to let design emerge from usage rather than speculation.

2026-04-11
feature-development
소프트웨어 개발자

Autonomous end-to-end feature development with phased validation gates. Use when building major new functionality or adding substantial features.

2026-04-11
issue-workflow
소프트웨어 개발자

End-to-end GitHub issue lifecycle: pick up an issue, create a worktree, build the fix or feature, open a PR, watch CI, and iterate until green. Use when picking up, fixing, or implementing a GitHub issue or ticket.

2026-04-11
sketch-slices
프로젝트 관리 전문가

Decomposes work into ordered, shippable slices. Use when breaking down features, planning implementation order, or slicing work into deliverable increments.

2026-04-11
tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development (TDD) process used when writing code. Use whenever you are adding any new code, unless the user explicitly asks to skip TDD or the code is exploratory/spike.

2026-04-11
refactoring
소프트웨어 개발자

Refactoring process. Invoke immediately when user or document mentions refactoring, or proactively when code gets too complex or messy.

2026-03-16
acceptance-criteria
프로젝트 관리 전문가

Defines acceptance criteria from requirements through persona analysis and refinement. Use when clarifying requirements, defining what done looks like, or writing acceptance criteria.

2026-03-13
harden
소프트웨어 품질 보증 분석가·테스터

Hardens code for production: edge cases, resilience, security, and polish. Use when preparing code for release, checking production-readiness, or hardening a feature.

2026-03-13
scout-codebase
소프트웨어 개발자

Assesses existing code before modifying it: evaluates clarity, test coverage, and technical debt, then produces a scout report with improvement items. Use when evaluating code quality, assessing an area before changes, or scouting unfamiliar code.

2026-03-13
verify-criteria
소프트웨어 품질 보증 분석가·테스터

Verifies every acceptance criterion is met with test evidence and runs final checks. Use when verifying a feature is complete, demonstrating criteria are satisfied, or doing a final review before shipping.

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

Reviews code for correctness, security, design quality, testing, and documentation. Use when reviewing PRs, diffs, commits, or local changes.

2026-03-08
approval-tests
소프트웨어 품질 보증 분석가·테스터

Writes approval tests (snapshot/golden master testing) for Python, JavaScript/TypeScript, or Java. Use when verifying complex output, characterization testing legacy code, testing combinations, or working with .approved/.received files.

2026-03-04
writing-style
편집자

Reviews and writes text for clarity, tone, and consistency. Use when writing UI copy, documentation, handbook content, or error messages.

2026-02-27