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

work-tracker

يحتوي work-tracker على 59 من skills المجمعة من ivegamsft، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
59
Stars
0
محدث
2026-05-05
Forks
0
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

agent-design
مطوّرو البرمجيات

Use when designing Copilot agents, authoring agent definitions, creating skill folders, or scaffolding instruction files. Provides templates and conventions for the agent ecosystem.

2026-05-05
api-design
مطوّرو البرمجيات

Use when designing, reviewing, or evolving API contracts. Provides OpenAPI templates, breaking-change checklists, versioning decision trees, and governance checklists.

2026-05-05
api-security
محللو أمن المعلومات

API authentication, authorization, input validation, rate limiting, and protection patterns

2026-05-05
app-inventory
مطوّرو البرمجيات

Scan legacy applications to discover project structure, NuGet/npm dependencies, database connection strings, external service bindings, framework versions, and migration complexity scores. Produces structured JSON, YAML, or Markdown inventory reports.

2026-05-05
architecture
مطوّرو البرمجيات

Use when designing systems, recording architecture decisions, evaluating technologies, or assessing architectural risks. Provides C4 diagram templates, ADR format, technology selection matrices, and risk registers.

2026-05-05
azure-container-apps
مديرو الشبكات وأنظمة الحاسوب

Deploy, scale, and manage containerized applications on Azure Container Apps with Dapr, revision management, and advanced networking

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

Azure DevOps REST API patterns — authentication, scopes, pagination, throttling, and endpoint taxonomy for work items, pipelines, repos, and artifacts.

2026-05-05
azure-identity
محللو أمن المعلومات

Use when designing Azure identity architectures — RBAC role assignments, managed identities, Entra ID app registrations, conditional access policies, or workload identity federation for CI/CD. Covers zero trust patterns, PIM, and GitHub OIDC.

2026-05-05
azure-landing-zone
مطوّرو البرمجيات

Use when designing or scaffolding Azure enterprise-scale landing zones (ESLZ) following the Cloud Adoption Framework. Provides IaC templates for management groups, hub networking, policy assignments, and landing zone vending.

2026-05-05
azure-networking
مهندسو شبكات الحاسوب

Use when designing Azure networking architectures: hub-spoke VNet topologies, private endpoints, Private DNS zones, NSG rules, Azure Firewall policies, and route tables for hybrid or multi-region connectivity.

2026-05-05
azure-policy
مطوّرو البرمجيات

Use when authoring custom Azure Policy definitions, bundling initiatives, designing DeployIfNotExists remediation tasks, generating KQL compliance dashboard queries, or mapping policies to regulatory frameworks (CIS, NIST 800-53, ISO 27001). Covers policy-as-code authoring, parameter design, initiative composition, and compliance reporting.

2026-05-05
azure-waf-review
مطوّرو البرمجيات

Use when performing an Azure Well-Architected Framework (WAF) assessment against a workload, IaC templates, or architecture description. Covers all five pillars: Reliability, Security, Cost Optimization, Operational Excellence, and Performance Efficiency. Produces scored assessments, prioritized findings, and Bicep/Terraform remediation snippets.

2026-05-05
backend-dev
مطوّرو البرمجيات

Use when implementing APIs, service layers, or data access patterns. Provides API spec templates, service scaffolds, error catalog structure, and repository pattern boilerplate.

2026-05-05
basecoat
مطوّرو البرمجيات

Single entry point for 28+ agents across 6 disciplines—discover or delegate across Development, Architecture, Quality, DevOps, Process, and Meta

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

Use when reviewing code, pull requests, or diffs. Covers best practices for risk-focused review, severity ordering, and identifying missing tests or regressions.

2026-05-05
contract-testing
محللو ضمان جودة البرمجيات والمختبرون

Consumer-driven contracts, Pact, E2E testing, mutation testing, and integration test orchestration

2026-05-05
copilot-cli-usage-analytics
مطوّرو البرمجيات

Copilot CLI usage analytics skill. Trigger: 'Copilot CLI usage', 'session cost', 'model dispatch breakdown', 'Copilot CLI cost', 'Copilot CLI analytics'.

2026-05-05
copilot-usage-analytics
مطوّرو البرمجيات

Use when estimating per-session Copilot CLI cost, analyzing model-routing efficiency, tracking agent dispatch patterns, or documenting which GitHub Copilot usage APIs exist. Covers session cost estimation, model selection recommendations, and API landscape mapping.

2026-05-05
cqrs-event-sourcing
مطوّرو البرمجيات

CQRS (Command Query Responsibility Segregation) and Event Sourcing patterns for scalable, auditable, distributed systems. Covers command execution, event storage, read model synchronization, eventual consistency, and event replay.

2026-05-05
create-instruction
مطوّرو البرمجيات

Use when creating a new instruction file for a domain, language, or workflow. Covers frontmatter, applyTo patterns, naming, and writing practical guardrails.

2026-05-05
create-skill
مطوّرو البرمجيات

Use when creating a new reusable skill for instructions, workflows, or domain guidance. Covers folder layout, frontmatter, discovery language, templates, and validation steps.

2026-05-05
data-tier
مصممو قواعد البيانات

Use when designing schemas, writing migrations, reviewing queries, or establishing data access patterns. Provides schema design, migration, query review, and data dictionary templates.

2026-05-05
database-migration
مصممو قواعد البيانات

Zero-downtime database migration patterns, blue-green deployments, rollback strategies, and schema versioning for production systems

2026-05-05
dev-containers
مطوّرو البرمجيات

VS Code Dev Containers for reproducible development environments. Covers devcontainer.json configuration, Docker image selection, feature references, VS Code extensions in containers, GitHub Codespaces setup, and environment reproducibility.

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

Use when designing CI/CD pipelines, writing IaC templates, planning deployments, or setting up observability. Provides workflow templates, deployment checklists, rollback runbooks, and environment promotion guides.

2026-05-05
documentation
الكتّاب التقنيون

Use when writing or improving technical documentation, READMEs, ADRs, runbooks, or implementing docs-as-code practices. Provides templates for common documentation types.

2026-05-05
domain-driven-design
مطوّرو البرمجيات

Event sourcing, aggregate patterns, bounded contexts, CQRS implementation, and distributed systems patterns

2026-05-05
dotnet-modernization
مطوّرو البرمجيات

Structured guidance for .NET modernization from assessment through execution.

2026-05-05
e2e-testing
محللو ضمان جودة البرمجيات والمختبرون

Production E2E testing patterns with Playwright and Cypress, flakiness prevention, cross-browser matrices, accessibility testing, and CI/CD integration

2026-05-05
electron-apps
مطوّرو البرمجيات

Build secure, production-ready Electron desktop applications with best practices for IPC, CSP, state management, testing, packaging, and auto-updates.

2026-05-05
entity-framework-migration
مطوّرو البرمجيات

Guidance for migrating Entity Framework legacy codebases to modern EF Core patterns.

2026-05-05
environment-bootstrap
مطوّرو البرمجيات

Automated setup for OIDC federation, state storage, Key Vault, and environment promotion in Azure CI/CD pipelines. Now includes Fabric workspace service principal access automation.

2026-05-05
frontend-dev
مطوّرو البرمجيات

Use when building UI components, implementing responsive layouts, auditing accessibility, or designing state management. Provides component spec, accessibility checklist, and state management templates.

2026-05-05
github-security-posture
محللو أمن المعلومات

Audit GitHub org and repo security settings with traffic-light scoring and remediation guidance. Covers code security configs, rulesets, secret scanning, push protection, Dependabot alerts, branch protection, and CODEOWNERS.

2026-05-05
gitops
مطوّرو البرمجيات

GitOps fundamentals, Flux/ArgoCD workflows, desired-state reconciliation, multi-cluster topology, and secrets management patterns

2026-05-05
ha-resilience
مطوّرو البرمجيات

Multi-AZ/region architectures, circuit breakers, retries, chaos testing, and SRE practices

2026-05-05
handoff
متخصصو إدارة المشاريع

Use when ending a session, rotating context, or transferring work to another agent. Provides structured handoff templates that preserve both reasoning and mechanical state.

2026-05-05
human-in-the-loop
متخصصو إدارة المشاريع

Patterns for incorporating human judgment into agent workflows — confirmation gates, escalation triggers, approval workflows, and graceful degradation when human input is unavailable.

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

Migrate legacy authentication to ASP.NET Core Identity with Entra ID integration, claims-based authentication, and role/password management

2026-05-05
manual-test-strategy
متخصصو إدارة المشاريع

Use when defining where human judgment is still required, how exploratory work is captured, and which repeated checks should graduate into automation. Provides templates for decision rubrics, exploratory charters, regression checklists, and defect evidence.

2026-05-05
عرض أهم 40 من أصل 59 skills مجمعة في هذا المستودع.