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

illustrious-manager

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

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

이 저장소의 skills

mach6-implement
소프트웨어 개발자

Implement a plan from a PR, or fix review findings / CI failures. Usage: mach6-implement 42 [finding-numbers] or mach6-implement 42 ci

2026-05-13
mach6-publish
소프트웨어 개발자

Pre-merge checks, version bump, merge PR, git tag, GitHub release. Version bump happens BEFORE merge (on the feature branch) because master requires PRs. Usage: mach6-publish 42

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

Run specialized review agents in parallel on a PR (code-reviewer, error-auditor, test-reviewer, completeness-checker, simplifier), post findings, then independently assess each finding to separate genuine issues from nitpicks and false positives. Usage: mach6-review 42 [aspects]

2026-05-13
mach6-issue
소프트웨어 개발자

Assess an existing GitHub issue (explore codebase, identify scope/risks/ambiguities, post assessment) or create a new structured issue. Usage: mach6-issue 42 (assess) or mach6-issue (create) or mach6-issue <description> (create with context)

2026-04-23
mach6-plan
소프트웨어 개발자

Explore codebase, create implementation plan, create feature branch with dummy commit, open draft PR, post plan as PR comment. Everything lives on the PR from this point forward. Usage: mach6-plan 42

2026-04-23
mach6-push
소프트웨어 개발자

Commit changes, push to remote, and post a progress comment on the associated PR or issue. Stages files by name (never git add -A), matches existing commit style, auto-detects PR from branch. Usage: mach6-push [optional commit message]

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

Review code changes, provide feedback, and suggest improvements.

2026-03-27