بنقرة واحدة
Murajah
يحتوي Murajah على 5 من skills المجمعة من wasi0013، مع تغطية مهنية على مستوى المستودع وصفحات 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.