Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
ardanlabs
GitHub 제작자 프로필

ardanlabs

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

수집된 skills
14
저장소
3
업데이트
2026-07-17
저장소 탐색

저장소와 대표 skills

layered-architecture-types
소프트웨어 개발자

Enforce primitive-at-edges / strong-types-in-Business layering and the toBus/fromBusResponse/toDB converter pattern. Use when writing, editing, or auditing Go files under app/*, business/domain/*, or .../stores/*db.

2026-07-17
pr-review
소프트웨어 품질 보증 분석가·테스터

Service DiffGuard: read-only PR review lenses for security (secrets/data-leak/vulnerability, mandatory), feature-completeness against acceptance criteria (unimplemented required behavior in unchanged files, mandatory when a ticket is supplied), correctness, error visibility, comment truthfulness, test coverage, type/contract boundaries, duplicate-code detection, and simplification across every language in the target service repo (Go, Vue/JS/SCSS, Rego, protobuf, SQL, Helm/YAML, shell). Drives a guided run: prompts for missing inputs (diff scope, issue-tracker URL, issue id), reviews the diff against the ticket's acceptance criteria, and writes auto-numbered findings and Mermaid diagram files under .reviews/<issue-id>/. USE whenever the user asks to review a PR or diff in any phrasing — "review this PR", "review my PR", "PR review", "can you review this pull request", "review the diff/changes", "review my code before I commit", "pre-commit review", "look over these changes", "review the branch", "unstaged-diff

2026-07-17
branching-logic-flow
소프트웨어 개발자

Prefer defaulting and naked switches over if/else chains for shallow branching logic in Go. Use when writing or refactoring conditional logic with 1-3 branches.

2026-07-15
business-layer-extensions
소프트웨어 개발자

Use when adding a cross-cutting concern (OTEL tracing, logging, metrics, caching, auth) to a business domain, creating files under business/domain/*/extensions/*, or adding the extension seam (ExtBusiness/Extension) to a *bus package.

2026-07-15
use-modern-go
소프트웨어 개발자

Apply modern Go syntax guidelines based on the project's Go version. Use whenever writing, editing, or reviewing Go (.go) code — not only when explicitly asked for guidelines.

2026-07-15
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다