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

agents

يحتوي agents على 5 من skills المجمعة من fullsend-ai، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

PR review orchestrator. Triages the change, dispatches specialized sub-agents in parallel across review dimensions, synthesizes their findings, runs PR-specific checks, and produces a structured review result. Sub-agent definitions live in sub-agents/ relative to this file.

2026-07-17
code-implementation
مطوّرو البرمجيات

Step-by-step procedure for implementing a GitHub issue. Gathers context, discovers repo conventions, plans the change, implements, verifies with tests and linters, and commits to a feature branch.

2026-07-16
merge-queue
مطوّرو البرمجيات

Use when you need to add a PR to a GitHub merge queue, check what's currently queued, or find out why a PR was removed from the queue. The gh CLI has no built-in merge-queue commands, so this skill provides scripts that use the GraphQL API.

2026-07-10
retro-analysis
مطوّرو البرمجيات

Use when performing a retrospective on an agent workflow. Teaches how to trace workflow runs, explore context with subagents, and write structured improvement proposals.

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

Evaluates whether a PR's code changes have made in-repo documentation stale. Discovers documentation files, matches changed identifiers against doc content, and produces findings for stale or missing documentation. Read-only — flags staleness but does not update docs. Can be delegated to by the pr-review skill.

2026-07-10