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

gideas

يحتوي gideas على 13 من skills المجمعة من really-knows-ai، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
13
Stars
2
محدث
2026-06-28
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

spec-lint-fix
مطوّرو البرمجيات

Run markdown linting from tools/spec-lint/, fix issues, and rerun until clean

2026-06-28
ponytail-audit
مطوّرو البرمجيات

Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: writes a ranked checklist to plans/AUDIT.md of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", or calls ponytail-audit. One-shot report, does not apply fixes.

2026-06-25
ponytail-fix
مطوّرو البرمجيات

Fix ponytail audit items from plans/AUDIT.md one at a time. For each item: implementer fix → ponytail-review → normal review → quality gate → mark done → commit. Cycle until reviewer is happy at each stage. Complements ponytail-audit.

2026-06-25
ponytail-review
محللو ضمان جودة البرمجيات والمختبرون

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or calls ponytail-review. Complements the correctness-focused reviewer subagent — this one only hunts complexity.

2026-06-24
execute-phased-plan
مطوّرو البرمجيات

Use when executing a project folder under plans/ that contains SPEC.md, PLAN.md, and PHASE_XX.md files.

2026-06-24
fix-review-item
مطوّرو البرمجيات

Fix the first incomplete checklist item in plans/<project>/REVIEW.md, commit the fix, then stop. Does not commit REVIEW.md — it is gitignored by design.

2026-06-23
implementation-review
مطوّرو البرمجيات

Review the current repository state against a project's SPEC.md in plans/<project-name>/ and produce a checklist of issues in REVIEW.md. Use when you need a methodical spec-compliance audit of the present codebase.

2026-06-23
make-phased-plan
مطوّرو البرمجيات

Use when a project folder under plans/ contains SPEC.md and needs PLAN.md plus PHASE_XX.md files.

2026-06-23
make-project-spec
مطوّرو البرمجيات

Use when turning a project idea or feature request into an implementation-ready SPEC.md under plans/.

2026-06-23
publish-release
مطوّرو البرمجيات

Use when creating and publishing a new GitHub release with an auto-generated changelog and README review.

2026-06-23
systematic-fix-and-review
مطوّرو البرمجيات

Fix every item in an existing REVIEW.md through strict fix → reviewer cycles. Use when you have a review checklist and need every issue addressed with no shortcuts.

2026-06-23
commit-push
مطوّرو البرمجيات

Commit and push all the changes (update git ignore where needed)

2026-02-26
spec-review
المهن الحاسوبية الأخرى

Deep-review the spec — starts a fresh review of all spec documents against AGENTS.md (producing REVIEW.md), or continues an existing review by walking through unresolved issues with the user

2026-02-16