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

github

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

skills مجمعة
463
مستودعات
15
محدث
2026-07-12
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
awesome-copilot
386 skills · 2026-07-10
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمحللو أمن المعلومات
24 فئات مهنية · 100% مصنفة
83%الحصة
#02
gh-aw
40 skills · 2026-07-11
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرى
3 فئات مهنية · 100% مصنفة
8.6%الحصة
#03
actions-migrations-via-copilot
11 skills · 2026-05-26
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
2.4%الحصة
#04
gh-aw-firewall
7 skills · 2026-07-12
مديرو الشبكات وأنظمة الحاسوبمطوّرو البرمجياتمحللو أمن المعلومات
3 فئات مهنية · 100% مصنفة
1.5%الحصة
#05
copilot-cli-for-beginners
4 skills · 2026-02-19
محللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىمطوّرو البرمجيات
3 فئات مهنية · 100% مصنفة
0.9%الحصة
#06
copilot-sdk
3 skills · 2026-06-18
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
0.6%الحصة
#07
github-well-architected
2 skills · 2026-06-24
المحررونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
0.4%الحصة
#08
copilot-advanced-security-plugin
2 skills · 2026-05-07
محللو أمن المعلومات
1 فئات مهنية · 100% مصنفة
0.4%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

doc-and-modernize
مطوّرو البرمجيات

Two related workflows for a locally-cloned codebase, in one skill. Documentation mode produces a single, comprehensive, verifiable architecture document primarily by reading files on disk (local-first) — use it whenever the user wants to understand, map, document, research, or onboard onto a codebase ("research this repo", "write up the architecture", "do an architecture deep dive", "document how this codebase works", "map the system design", "create an onboarding doc"). Modernization mode generates a phased plan to modernize, migrate, upgrade, or rewrite a legacy system ("modernize this", "plan the migration", "how would we rewrite this", "how do we get off this legacy stack"); if no architecture document exists yet it first runs Documentation mode, then continues straight through to the plan. It assumes the legacy stack may be dead, runs a time-boxed feasibility spike, and picks the highest achievable rung on a safety ladder instead of demanding a fully-green legacy CI gate up front.

2026-07-10
mcp-implementation-security-review
محللو أمن المعلومات

Review the implementation source code of MCP (Model Context Protocol) servers, clients, and tool handlers against a security baseline — authentication, sessions, rate limiting, input-schema validation, official-SDK usage, RCE vectors, and the OWASP MCP Top 10 — producing a report with file/line evidence. Use this skill when: - Reviewing an MCP server implementation for security before release - Checking a server against the baseline controls (MCP-01 to MCP-05) and the OWASP MCP Top 10 - Auditing tools for RCE vectors (command/code injection, unsafe deserialization, path traversal, SSTI, dependency hijacking, SSRF) - Verifying auth, session, rate-limiting, and input-validation controls on a network-exposed server - Reviewing MCP client code that handles untrusted server responses and session IDs - Requests like "review this MCP server for security" or "is my MCP server implementation secure?"

2026-07-09
foundry-hosted-agent-copilotkit
مطوّرو البرمجيات

Ongoing development guidance for agentic web apps that pair a CopilotKit frontend with Microsoft Agent Framework agents on Azure AI Foundry hosted agents over the AG-UI protocol - add and gate agent tools, wire human-in-the-loop approvals, build generative UI and shared state, debug the event stream, upgrade pre-1.0 packages safely, and deploy hosted agent updates.

2026-07-09
pester-should-migration
محللو ضمان جودة البرمجيات والمختبرون

Experimental (preview) Pester skill for migrating classic Should -Be (v5) assertion syntax to the new Should-* (v6) assertions (note the hyphen, no space), e.g. `Should -Be` -> `Should-Be`, `Should -Not -Be` -> `Should-NotBe`. Tracks Pester 6, which is still a release candidate, so this guidance may change; verified against Pester 6.0.0-rc2. Use when converting Pester v5 assertions to Pester v6 Should-* operators, modernizing a Pester test suite, or when a user asks to migrate, convert, or rewrite `Should -...` calls in .Tests.ps1 / PowerShell files.

2026-07-08
agentic-workflows
المهن الحاسوبية الأخرى

Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.

2026-07-03
pester-migration
محللو ضمان جودة البرمجيات والمختبرون

Experimental (preview) Pester migration skill for upgrading PowerShell Pester test suites across major versions — v3→v4, v4→v5, and v5→v6. The v5→v6 path tracks Pester 6, which is still a release candidate, so that guidance may change. Covers the Discovery/Run two-phase model, moving setup into BeforeAll, $PSScriptRoot vs $MyInvocation, mock changes (Assert-MockCalled → Should -Invoke, removed fall-through), Invoke-Pester parameters → PesterConfiguration, data-driven -ForEach/-TestCases, and the v6 breaking changes. Use when the user asks to upgrade, migrate, or modernize Pester tests, fix *.Tests.ps1 files that broke after bumping the Pester version, or convert legacy Should / Invoke-Pester syntax.

2026-07-02
copilot-pr-autopilot
محللو ضمان جودة البرمجيات والمختبرون

Copilot left 14 review comments on your PR — half are nits. Hours of fix → reply → resolve → re-request, and each round lands MORE comments. This skill runs loop engineering: auto-triggers Copilot Code Review via GraphQL (no @copilot mention), triages every open thread (Copilot, humans, advanced-security) with a fix / decline / escalate rubric, dispatches parallel fix sub-agents that obey the repo build/test/lint conventions, commits per iteration, replies+resolves citing the pushed SHA, then re-triggers until HEAD is reviewed with zero threads awaiting the agent's reply (remaining open threads are explicit hand-offs to the human — escalated declines, design tradeoffs). You merge a clean PR; the bot runs it. Trigger phrases: "address copilot comments", "run a copilot review loop", "fix this PR", "iterate on copilot feedback". Repo-agnostic, gh CLI + PowerShell. Full autopilot needs repo Triage/Write; external PR authors get single-iteration mode plus manual re-trigger (UI 🔄 or substantive-commit push).

2026-07-01
create-implementation-plan
مطوّرو البرمجيات

Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.

2026-06-30
عرض أهم 8 من أصل 386 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 40 skills مجمعة في هذا المستودع.
actionlint
محللو ضمان جودة البرمجيات والمختبرون

Install, run, and fix errors from actionlint — the GitHub Actions workflow linter. Load when validating `.github/workflows/*.yml` files after migration or generation.

2026-05-26
azure-devops-migration
مطوّرو البرمجيات

Azure DevOps migration to GitHub Actions — syntax mappings and the migration report template for YAML pipelines, templates, variable groups, service connections, deployment jobs, stages, conditional logic. Load with `migration-core` when migrating Azure DevOps sources to GitHub Actions.

2026-05-26
bamboo-migration
مطوّرو البرمجيات

Bamboo migration to GitHub Actions — syntax mappings and the migration report template for Build plans, deployment projects, tasks, requirements, variables, plan branches. Load with `migration-core` when migrating Bamboo sources to GitHub Actions.

2026-05-26
bitbucket-migration
مطوّرو البرمجيات

Bitbucket Pipelines migration to GitHub Actions — syntax mappings and the migration report template for Pipelines, Pipes, parallel steps, branch/pull-request workflows, deployments, variables. Load with `migration-core` when migrating Bitbucket Pipelines sources to GitHub Actions.

2026-05-26
circleci-migration
مطوّرو البرمجيات

CircleCI migration to GitHub Actions — syntax mappings and the migration report template for Workflows, jobs, Orbs, executors, contexts, parameters, matrix jobs, approval gates. Load with `migration-core` when migrating CircleCI sources to GitHub Actions.

2026-05-26
droneci-migration
مطوّرو البرمجيات

Drone CI migration to GitHub Actions — syntax mappings and the migration report template for Pipelines, plugins, services, secrets, triggers, multi-platform pipelines. Load with `migration-core` when migrating Drone CI sources to GitHub Actions.

2026-05-26
gitlab-migration
مطوّرو البرمجيات

GitLab CI migration to GitHub Actions — syntax mappings and the migration report template for Pipelines, includes, Pages, environments, rules/only/except, parallel jobs, GitLab-specific variables. Load with `migration-core` when migrating GitLab CI sources to GitHub Actions.

2026-05-26
jenkins-migration
مطوّرو البرمجيات

Jenkins migration to GitHub Actions — syntax mappings and the migration report template for Pipelines (declarative + scripted), shared libraries, Groovy scripts, credential bindings, agent labels, parallel stages, plugin replacements. Load with `migration-core` when migrating Jenkins sources to GitHub Actions.

2026-05-26
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
awf-skill
محللو أمن المعلومات

Use the AWF (Agentic Workflow Firewall) to run commands with network isolation and domain whitelisting. Provides L7 HTTP/HTTPS egress control for AI agents.

2026-07-12
pr-finisher
مطوّرو البرمجيات

Prepare an open pull request for merge from a GitHub Copilot cloud agent. Drives Reviews, local validation, and Mergeable to a ready state. Does not merge, and cannot trigger CI.

2026-06-27
recompile-workflows
مطوّرو البرمجيات

Regenerate and post-process all agentic workflows. Use when gh-aw is updated, workflow .md files change, or when asked to recompile/regenerate workflows.

2026-03-11
awf-skill
مديرو الشبكات وأنظمة الحاسوب

Use the AWF (Agentic Workflow Firewall) to run commands with network isolation and domain whitelisting. Provides L7 HTTP/HTTPS egress control for AI agents.

2026-02-12
debug-firewall
مديرو الشبكات وأنظمة الحاسوب

Debug the AWF firewall by inspecting Docker containers (awf-squid, awf-agent), analyzing Squid access logs, checking iptables rules, and troubleshooting blocked domains or network issues.

2026-01-15
awf-debug-tools
مديرو الشبكات وأنظمة الحاسوب

Practical Python scripts for debugging awf - parse logs, diagnose issues, inspect containers, test domains

2026-01-14
debugging-workflows
مطوّرو البرمجيات

Debug GitHub Actions workflows by downloading logs, analyzing summaries, and understanding how agentic workflows and the AWF firewall work together.

2026-01-06
عرض 12 من أصل 15 مستودعات