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

loupe

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

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

이 저장소의 skills

session-report
소프트웨어 개발자

Close a work step with a resumable session report. Use at the end of every step/PR so a fresh session can pick up exactly where this one left off. Updates the canonical docs/STATUS.md and appends a dated report under docs/sessions/.

2026-07-25
new-feature-hexa
소프트웨어 개발자

Build a new vertical slice in the hexagonal architecture OUTSIDE-IN — start from the consumer's need (a use-case / acceptance test), let it pull the domain into existence, then implement the adapter. Use when adding any feature. Forces consumer-driven design, port reuse, and a pure core.

2026-07-24
quality-gate
소프트웨어 개발자

Run the blocking quality gate (typecheck + biome + core-purity + tests with coverage + knip dead-code + jscpd duplication) and report. Use before declaring any change done, before a commit, or before opening a PR. Detectors are BLOCKING (greenfield, no debt to absorb) — a finding fails the gate.

2026-07-24
tdd-cycle
소프트웨어 개발자

Drive a change through strict red-green-refactor TDD. Use for ANY change to @app/core (domain or use-cases) and any pure logic — write the failing test first, the minimal code to pass, then refactor under green. Enforces the TDD-strict invariant.

2026-07-24
react-testing-patterns
소프트웨어 품질 보증 분석가·테스터

React component and hook testing idiom for packages/web (Testing Library + Vitest + jsdom). Use when writing or reviewing any *.spec.tsx — component rendering, user interaction, async assertions, renderHook. Complements tdd-cycle (which owns the red-green-refactor discipline); this skill owns HOW the React tests are written.

2026-07-03