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

forge

يحتوي forge على 7 من skills المجمعة من nixlim، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

forge-init
مطوّرو البرمجيات

Install and initialize the forge agent operating system (DVRR worktrees, gate chain, adversarial review, evals) in the current repo. Use when asked to run forge-init, install forge, or initialize the forge system.

2026-07-11
commit
مطوّرو البرمجيات

Run the forge gate-chain commit workflow: classify the change, run category validation, changelog check, and adversarial review before any git commit. Use whenever committing changes in this repo.

2026-07-11
worktree-merge
مطوّرو البرمجيات

Merge the current forge worktree back to the default branch through the 4-gate verification chain (tests, lint, adversarial review, summary) and a locked rebase. Use when finishing a worktree session or asked to merge work back.

2026-07-11
issue-review
مطوّرو البرمجيات

Reviews a GitHub issue to determine validity, classify as user error or bug, check if already fixed, and take appropriate action. For user errors, improves error messages and documentation. For real bugs, implements a fix following the full commit workflow including tests and adversarial review. Closes the issue with a clear resolution message. Use when the user says "review issue", "triage issue", "is this a bug", "check issue", "issue review", or provides a GitHub issue URL or number.

2026-07-09
pr-review
مطوّرو البرمجيات

Reviews all open pull requests on the project's GitHub repository and produces a structured report. Classifies PRs as mergeable, needs-work, stale/out-of-date, or duplicate. Use when the user says "review PRs", "PR report", "check pull requests", "PR status", "open PRs", or "duplicate PRs".

2026-07-09
review-code
محللو ضمان جودة البرمجيات والمختبرون

Deep adversarial code review using the 8-lens review constitution. Examines diffs for correctness, security, completeness, and project-specific concerns. Use when performing pre-commit reviews, quality-loop iterations, or on-demand code audits. Loaded by review-cheap and review-final agents.

2026-07-09
review-spec
مطوّرو البرمجيات

Deep adversarial specification review using the 8-lens review constitution. Evaluates design documents, plans, and specs for ambiguity, completeness, feasibility, security, and project-specific concerns. Loaded by review-cheap and review-final agents.

2026-07-09