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

invisageable

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

수집된 skills
6
저장소
1
업데이트
2026-05-30
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

zo-architecture-guard
소프트웨어 품질 보증 분석가·테스터

Validates code changes against zo's Three Prime Directives and architectural mandates. Use when reviewing PRs, planning new features, or when user says "check architecture", "validate design", "does this follow the rules", "architecture review", or "guard check". Do NOT use for simple formatting, typo fixes, or non-compiler code changes.

2026-05-30
zo-changelog
소프트웨어 개발자

Creates or updates a zo changelog file. Use when user says "changelog", "changelogs", "log changes", "update changelog", or after a commit that introduces notable changes. Do NOT use for trivial changes like typo fixes or formatting.

2026-04-01
zo-build-check
소프트웨어 품질 보증 분석가·테스터

Runs the zo build pipeline (cargo build, clippy, tests) and analyzes failures with targeted fix suggestions. Use when user says "build", "check", "does it compile", "run clippy", "run tests", "ci check", or after making code changes. Do NOT use for non-Rust files or documentation-only changes.

2026-03-29
zo-test-runner
소프트웨어 품질 보증 분석가·테스터

Runs zo's test suite and intelligently analyzes failures. Reads failing test sources, traces the failure to compiler code, and suggests fixes. Use when user says "run tests", "what's failing", "test analysis", "fix failing tests", or "why is this test broken". Do NOT use for benchmarks or performance testing (use zo-perf-bench instead).

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

Reviews SIR-to-machine-code generation output for correctness and efficiency. Use when user says "review codegen", "check generated code", "codegen quality", "is the output correct", "review emitter output", or "arm output review". Do NOT use for source-level code review (use /blame instead) or performance benchmarking (use zo-perf-bench).

2026-03-14
zo-perf-bench
소프트웨어 품질 보증 분석가·테스터

Benchmarks zo compiler phases against performance targets (10M LoC/s parse, 5M LoC/s analyze, 5M LoC/s codegen). Use when user says "benchmark", "perf", "how fast", "performance test", "speed check", "are we hitting targets", or "LoC/s". Do NOT use for general profiling of non-compiler code.

2026-03-14
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다