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

GovAlta

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

skills مجمعة
52
مستودعات
6
محدث
2026-07-20
خريطة المستودعات

أين توجد skills

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

#01
COMMON-HARNESS
15 skills · 2026-06-23
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو أمن المعلوماتمحللو ضمان جودة البرمجيات والمختبرونالكتّاب التقنيونالمحررون
7 فئات مهنية · 100% مصنفة
29%الحصة
#02
PRONGHORN-BLUE
15 skills · 2026-06-23
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرونمصممو قواعد البياناتمطوّرو الويب
5 فئات مهنية · 100% مصنفة
29%الحصة
#03
agency-26-hackathon
10 skills · 2026-04-15
جامعو التبرعاتالمحاسبون والمراجعونضباط الامتثالعلماء الاجتماعمتخصصو العمليات التجارية، جميع الآخرونمتخصصو المخاطر المالية
8 فئات مهنية · 100% مصنفة
19%الحصة
#04
ui-components
9 skills · 2026-07-20
الكتّاب التقنيونمحللو ضمان جودة البرمجيات والمختبرونمصممو واجهات الويب والرقميةمطوّرو البرمجياتمطوّرو الويب
5 فئات مهنية · 100% مصنفة
17%الحصة
#05
ai-factory-kaizen
2 skills · 2026-07-10
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
3.8%الحصة
#06
VELOCITY-GAME-ENGINE
1 skills · 2026-06-23
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
1.9%الحصة
مستكشف المستودعات

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

blueteam
محللو أمن المعلومات

Run a blue team defensive security assessment on the app: OWASP ASVS Level 2, CAS compliance, threat modeling, kill chains, deterministic scanning, and HTML report generation.

2026-06-23
build
مطوّرو البرمجيات

Scaffold and build an app from the harness's template. Copies template/public into ./app/, optionally strips unused code, and follows the build guides. Sole sanctioned scaffold path — never build by hand.

2026-06-23
greenteam
محللو ضمان جودة البرمجيات والمختبرون

Run a green team deterministic code review against a target codebase, multi-round static and dynamic analysis (Round 1: npm audit, secrets, dangerous patterns, dependencies, licences, circular imports, formatting, govulncheck, OpenAPI lint, gitignore, env defaults, migrations, compiled binaries, API baseURL audit, Go toolchain; Round 2: type checking, ESLint, vitest coverage, go test coverage, integration test enumeration, test-bypass audit, CI pipeline audit, console-log scan, refinement re-framing). Mirrors the blueteam / redteam pipeline shape. Modeled on real human-led code reviews. Usage: /greenteam [--target /path/to/repo] [--round 1|2|all]

2026-06-23
phase1-requirements
متخصصو إدارة المشاريع

Phase 1 of the build lifecycle. Read every input under ./phases/phase1-requirements/inputs/, classify and analyze each document, and produce a structured FR/NFR/module-decomposition deliverable at ./phases/phase1-requirements/output/requirements.md. Usage: /phase1-requirements [--module moduleName]

2026-06-23
phase2-planning
متخصصو إدارة المشاريع

Phase 2 of the build lifecycle. Read the requirements deliverable from ./phases/phase1-requirements/output/requirements.md, then produce a highly structured plan: roadmap, task breakdown, dependency graph, estimates, critical path, resource plan, and risks. Hard-blocks if requirements.md is missing. Usage: /phase2-planning [--module moduleName]

2026-06-23
phase3-architecture
مطوّرو البرمجيات

Phase 3 of the build lifecycle. Read requirements.md and plan.md from prior phase outputs, then produce a structured architecture deliverable: system context, components, data model, API contract, auth flow, deployment topology, tech stack (aligned with template/), ADRs, NFR-to-component mapping, and a STRIDE-lite threat model. Hard-blocks if either prior artifact is missing. Usage: /phase3-architecture [--module moduleName]

2026-06-23
phase4-prototyping
مطوّرو البرمجيات

Phase 4 of the build lifecycle. Build a thin end-to-end tracer-bullet slice that validates the architecture's headline assumptions BEFORE committing the full plan to them. Hard-blocks if architecture.md is missing. Produces a working prototype + prototype-report.md (validations confirmed, assumptions falsified, performance baseline, architecture revisions proposed). Usage: /phase4-prototyping [--module moduleName]

2026-06-23
phase5-development
مطوّرو البرمجيات

Phase 5 of the build lifecycle. Build production code. DELEGATES scaffolding to /build (template-first, never from scratch). Then executes the plan's milestones, follows guides 01-08 in order, applies all standards continuously, runs /sync-docs after each feature, runs /blueteam AND the non-live (static) phases of /redteam before declaring done. Hard-blocks if architecture.md is missing OR ./app/ has not been scaffolded. Usage: /phase5-development [--module moduleName] [--milestone M1|M2|M3|M4]

2026-06-23
عرض أهم 8 من أصل 15 skills مجمعة في هذا المستودع.
02-setup-local-postgresql
مديرو الشبكات وأنظمة الحاسوب

This skill will guide you through the process of setting up PostgreSQL on your local machine.

2026-06-23
03-run-local-schema-migration
مصممو قواعد البيانات

This skill will guide you through running the PostgreSQL schema migration for Pronghorn development.

2026-06-23
04-setup-local-api
مطوّرو البرمجيات

This skill will guide you through setting up the local API server for Pronghorn development, including installing dependencies, configuring environment variables, and starting the server.

2026-06-23
05-setup-local-front-end
مطوّرو الويب

This skill will guide you through setting up the local frontend for Pronghorn development, including installing dependencies, configuring .env.local, and starting the Vite development server.

2026-06-23
06-verify-local-stack
مطوّرو البرمجيات

This skill verifies the local Pronghorn stack by checking frontend, API health endpoint, and local PostgreSQL readiness.

2026-06-23
07-docker-compose-local
مطوّرو البرمجيات

Automates Docker Compose full-stack workflows for local Pronghorn development, including build prerequisites, startup, verification, logs, stop, and reset operations.

2026-06-23
09-7-verfiy-ai-models
مطوّرو البرمجيات

This skill will guide you through verifying that your deployed AI models are accessible and functioning correctly.

2026-06-23
09-deploy-ai-models-from-local
مطوّرو البرمجيات

Automates local Azure AI Foundry model deployment workflow for only sections 9.1, 9.2, 9.3, and 9.6 of LOCAL_DEVELOPMENT.md.

2026-06-23
عرض أهم 8 من أصل 15 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
using-goa-design-system
مصممو واجهات الويب والرقمية

Use when building or scoping a screen, page, or feature with the Government of Alberta Design System starting from a user-facing intent ("worker tool for case management", "public form for licence renewal", "error page for payment failure") rather than from a specific component or token.

2026-07-20
create-component
مطوّرو الويب

Create a new design system component

2026-07-15
create-playground-page
محللو ضمان جودة البرمجيات والمختبرون

Use when adding a PR playground test page for a bug fix or feature in apps/prs. Covers the React and Angular wiring, which differ. Every PR needs BOTH a React and an Angular page so reviewers can verify the change in each framework.

2026-07-15
ds-evolution-reference
مصممو واجهات الويب والرقمية

Use to answer questions about the Government of Alberta Design system evolution, including approved terminology, the migration timeline and support windows, version changes for Web components, Angular, and React, and what the change means for product teams. Source of truth for evolution terms, FAQs, and glossary definitions.

2026-07-15
open-pr
مطوّرو البرمجيات

Use when opening a pull request for a fix or feature in GovAlta/ui-components. Covers rebasing onto latest dev (to avoid stale-branch CI failures), filling the PR template, the draft-and-do-not-mark-ready convention, and commit and PR message style.

2026-07-15
write-design-system-content
الكتّاب التقنيون

Use when writing or revising longer-form content for the Design system website, including component and pattern documentation, usage guidance, how-to steps, release notes, and FAQ-style explanations. Enforces plain-language voice, mechanics, inclusive language, and approved terminology. Do not use for in-component microcopy or code.

2026-07-15
write-issue
مطوّرو البرمجيات

Use when filing a new GitHub issue for the Design system (bug, feature, or task). Covers the title and body template, the required priority and component labels, and setting the issue Type via GraphQL rather than a label. Do not use for writing PR descriptions.

2026-07-15
writing-specs
محللو ضمان جودة البرمجيات والمختبرون

Writing tests and specs for components

2026-07-15
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات