원클릭으로
Murajah
Murajah에는 wasi0013에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Three modes: SCOPE EXPANSION (dream big), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when planning features, rethinking product direction, or pressure-testing whether you're building the right thing.
Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when you have a plan and need to make it bulletproof before implementation.
QA lead running structured test passes. Four modes: diff-aware (test what changed), full (comprehensive sweep), quick (smoke test critical paths), and regression (re-test previously broken areas). Produces a health score out of 100. Use after making changes or before releases.
Weekly engineering retrospective powered by git data. Analyzes commits, sessions, code hotspots, PR sizes, and team contributions. Produces metrics, trends, Ship of the Week, and a narrative summary. Supports time ranges and week-over-week comparison. Usage: "run a retro", "retro for the last 24h", "retro compare".
Pre-landing paranoid code review. Two-pass review (CRITICAL then INFORMATIONAL) of your current branch's diff against main. Catches bugs, security issues, missing tests, and code quality problems before merge. Use before shipping.