Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
mitubaEX
ملف منشئ GitHub

mitubaEX

عرض على مستوى المستودعات لـ 3 skills مجمعة عبر 2 مستودعات GitHub.

skills مجمعة
3
مستودعات
2
محدث
2026-07-07
مستكشف المستودعات

المستودعات و skills الممثلة

layered-review
محللو ضمان جودة البرمجيات والمختبرون

Review a single PR (or a local diff / branch) using a top-down three-layer method — (1) production-impact check (feature-flag gating, dead references), (2) chunk-level comprehension check (SOLID / DRY / YAGNI at the "does this shape make sense" altitude, not line-by-line), (3) surface check (shallow methods, patterns foreign to this repository). Use when the user wants to review a specific PR carefully, self-review their own working-tree change before pushing, or apply a consistent review discipline. Complements `smelly-prs` — that skill triages many merged PRs; this skill goes deep on one change. Read-only by default; never pushes, comments, or edits. Requires `gh` CLI when reviewing a remote PR. Invoke as `/layered-review <PR-url|PR-number|--diff>`.

2026-07-07
smelly-prs
محللو ضمان جودة البرمجيات والمختبرون

Triage recently merged PRs of a GitHub repository and rank the ones that "smell" — God PRs, mixed concerns, missing tests, no reviewer, SOLID/DRY/KISS/YAGNI violations, GoF design-pattern misuse (Singleton abuse, missing Strategy/State, anemic domain, etc.), risky migrations, shotgun-surgery hotspots, and more. Use when the user wants to audit merge hygiene of a repo, find refactor candidates, hunt for risky merges to post-mortem, or pick suspicious PRs from a recent window. Requires the `gh` CLI to be authenticated against the target repo. Invoke as `/smelly-prs <owner/repo> [--limit N] [--since YYYY-MM-DD] [--base BRANCH]`.

2026-06-27
عرض 2 من أصل 2 مستودعات
تم تحميل كل المستودعات