Skip to main content
مستودع GitHub

copilot-instructions-template

يحتوي copilot-instructions-template على 49 من skills المجمعة من asafelobotomy، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Health check procedures D1–D14 for the Audit agent — structural validation, attention budget, version checks, workspace integrity, and static audit

2026-05-06
mcp-management
مطوّرو البرمجيات

Configure and manage Model Context Protocol servers for external tool access

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

Review a UI for accessibility — WCAG 2.1 AA compliance, semantic HTML, ARIA usage, keyboard navigation, focus management, colour contrast, and screen reader compatibility

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

Design or review a REST or GraphQL API — resource modeling, versioning strategy, error contract, OpenAPI/schema-first workflow, and security baseline

2026-05-01
changelog-entry
مطوّرو البرمجيات

Generate a CHANGELOG.md entry from staged changes, a commit range, or a PR diff — following Keep a Changelog format with conventional commit classification

2026-05-01
env-config
مطوّرو البرمجيات

Set up and audit environment variable management — create .env.example, add startup validation, separate secrets from config, and document every variable

2026-05-01
onboarding-docs
مطوّرو البرمجيات

Generate or update onboarding documentation — README, CONTRIBUTING guide, dev environment setup script, and new-developer validation checklist

2026-05-01
performance-profiling
مطوّرو البرمجيات

Profile a slow function, endpoint, or query — identify hot paths, N+1 queries, and memory pressure, then apply targeted optimizations with before/after measurements

2026-05-01
refactor-extract
مطوّرو البرمجيات

Systematically extract a function, class, module, or service from existing code — identify boundaries, write tests before moving, verify behaviour is unchanged

2026-05-01
tech-debt-audit
مطوّرو البرمجيات

Catalog technical debt in a codebase — TODO/FIXME comments, deprecated API usage, dead code, high-complexity hotspots, and missing tests — then prioritize for action

2026-05-01
git-workflows
مطوّرو البرمجيات

Step-by-step git workflows for commit, push, tag/release, branch, sync, stash, merge-conflict, and pull-request operations — including MCP tool preferences

2026-05-01
commit-preflight
مطوّرو البرمجيات

Inspect active GitHub Actions workflows before commit or push, run matching local checks for staged or unpushed files, ask which missing tools to install via askQuestions, and fix in-scope issues so the Commit agent can proceed.

2026-05-01
conventional-commit
مطوّرو البرمجيات

Write a commit message following the Conventional Commits specification with scope and body

2026-05-01
mcp-builder
مطوّرو البرمجيات

Create a new MCP server — clarify purpose, choose transport, scaffold, implement, test, and register

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

Set up browser testing — dual path with built-in browser tools (interactive) or Playwright (CI); detect framework, scaffold, verify

2026-04-28
dependency-update
مطوّرو البرمجيات

Update project dependencies across npm/pip/cargo/go/maven/gradle — check for outdated packages, apply updates, run vulnerability scan, verify tests pass

2026-04-27
docker-scaffold
مطوّرو البرمجيات

Scaffold a production-ready Dockerfile and docker-compose.yml for a project — multi-stage builds, non-root user, health checks, and .dockerignore

2026-04-27
plugin-management
مطوّرو البرمجيات

Discover, evaluate, install, test, and manage agent plugins for VS Code Copilot

2026-04-26
agentic-workflows
مطوّرو البرمجيات

Set up and manage GitHub Actions workflows that use Copilot coding agents for automated PR handling and issue resolution

2026-04-26
compress-prose
الكتّاب التقنيون

Tighten prose by shortening sentences, trimming repetition, and reducing token-heavy wording without losing required meaning

2026-04-26
create-adr
مطوّرو البرمجيات

Create an Architectural Decision Record (ADR) to document a significant design or technology choice

2026-04-26
extension-review
مطوّرو البرمجيات

Audit VS Code extensions against the current project stack and recommend keep/add/remove actions

2026-04-26
issue-triage
مطوّرو البرمجيات

Triage a GitHub issue by classifying severity, labelling waste category, proposing next action, and drafting a structured response

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

Review a pull request using Lean waste categories and structured severity ratings

2026-04-26
security-audit
محللو أمن المعلومات

Security audit checks (S1–S10) — OWASP Top 10, secret detection, injection patterns, supply chain, shell hardening, deserialization, CVE scan

2026-04-26
skill-creator
المهن الحاسوبية الأخرى

Create a new agent skill following the Agent Skills open standard

2026-04-26
skill-management
المهن الحاسوبية الأخرى

Discover, activate, and manage agent skills following the Skill Protocol

2026-04-26
test-coverage-review
محللو ضمان جودة البرمجيات والمختبرون

Audit test coverage, identify gaps, and recommend local tests plus CI workflows

2026-04-26
tool-protocol
مطوّرو البرمجيات

Find, build, or adapt automation tools following the Tool Protocol decision tree

2026-04-26
cpp-conventions
مطوّرو البرمجيات

Modern C++ coding conventions — naming, RAII, smart pointers, const correctness, and standard library usage

2026-04-13
cpp-safety
مطوّرو البرمجيات

C++ memory safety and undefined behaviour prevention — bounds checking, lifetime management, and sanitizer usage

2026-04-13
docker-conventions
مطوّرو البرمجيات

Dockerfile and Docker Compose conventions — layer ordering, security, health checks, and .dockerignore

2026-04-13
go-conventions
مطوّرو البرمجيات

Idiomatic Go conventions — naming, package design, error handling, concurrency, and project layout

2026-04-13
java-conventions
مطوّرو البرمجيات

Java coding conventions — naming, records, Optional, streams, logging, and dependency injection

2026-04-13
python-conventions
مطوّرو البرمجيات

PEP 8 style, import ordering, docstrings, virtual environment, and packaging conventions for Python projects

2026-04-13
python-security
محللو أمن المعلومات

Common Python security pitfalls — injection, deserialization, path traversal, and dependency management

2026-04-13
react-accessibility
مطوّرو الويب

React accessibility conventions — semantic HTML, ARIA, keyboard navigation, and screen reader support

2026-04-13
react-conventions
مطوّرو البرمجيات

React component conventions — composition, hooks, state management, performance, and Next.js patterns

2026-04-13
rust-conventions
مطوّرو البرمجيات

Idiomatic Rust conventions — ownership, naming, module structure, documentation, and dependency management

2026-04-13
typescript-conventions
مطوّرو البرمجيات

TypeScript coding conventions — imports, naming, module structure, error handling, and ESLint/Prettier integration

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