Skip to content
@CertyPro

Certy

Certy

Pass the exam and build real confidence. Certy is hands-on certification training: study the theory, then prove it on real repositories you can fork, run, and submit.

Website: https://certy.pro

Do not just memorise GitHub. Use it.


⭐ Featured: GitHub Foundations (GH-900)

The best place to start. Learn Git and GitHub by doing: commits, branches, pull requests, issues, Pages, and account security, finishing with a portfolio you can show an employer.

Repository What it is for
certy-gh900-course-content Teaching hub: exam map, cheat sheets, capstone
certy-gh900-student-lab-template Use this template for eight hands-on tasks
certy-gh900-collaboration-sandbox Make your first real pull request

Start free at https://certy.pro.


The full catalogue

Every course pairs a teaching hub with focused, hands-on practice repos. The lab repos are GitHub templates: click Use this template to get your own copy.

GitHub Foundations - GH-900 (featured)

Git and GitHub basics, repositories, collaboration, security, and community.

GitHub Actions - GH-200

Author and troubleshoot workflows, build actions, manage Actions at scale, and secure automation.

Repository Focus
certy-gh200-course-content Teaching hub + capstone
gh200-student-actions-lab A Node app and ten workflows
gh200-broken-workflows Fix deliberately broken workflows
gh200-custom-actions-lab Composite, JavaScript, Docker actions
gh200-enterprise-admin-sim Enterprise administration scenarios
gh200-security-challenges Secure and optimise automation
gh200-reusable-workflows-library Reusable workflows to call

GitHub Advanced Security - GH-500

Secret scanning, CodeQL code scanning, dependency review, and security administration. The lab apps are deliberately vulnerable, with clearly-fake secrets, for safe training.

Repository Focus
certy-ghas-course-content Teaching hub + capstone
ghas-vulnerable-app-lab Find and fix real alerts end to end
ghas-secret-protection-lab Secret scanning and push protection
ghas-codeql-lab Code scanning with CodeQL
ghas-supply-chain-security-lab Dependabot and dependency review
ghas-security-admin-sim Security administration scenarios
ghas-security-operations-scenarios Alert triage and remediation
ghas-remediation-playbook Remediation reference

GitHub Agentic AI Developer - GH-600

Build, supervise, and govern autonomous agents in GitHub-driven delivery. Every lab is fully runnable, tested TypeScript with green CI, and needs no API key.

Repository Focus
certy-gh600-course-content Teaching hub + capstone
certy-gh600-agent-starter A runnable agent (the capstone)
certy-gh600-mcp-server-lab A real Model Context Protocol server
certy-gh600-memory-state-lab Agent memory and state
certy-gh600-github-control-plane-lab GitHub as the control plane
certy-gh600-evaluation-debugging-lab Evaluate and debug agents
certy-gh600-governance-guardrails-lab Guardrails and governance
certy-gh600-multi-agent-orchestration-lab Multi-agent orchestration

How it works

  1. Take the free course and a weighted mock exam at https://certy.pro.
  2. Click Use this template on a lab repo to get your own copy.
  3. Do the labs, watch the checks run, and finish each course with a capstone you can show.

Everything here is open: code under the MIT Licence and learning content under CC-BY-4.0. Contributions follow our contributing guide and code of conduct; security issues go through our security policy.

Built and maintained by Coded Vision Design.

Popular repositories Loading

  1. certy-gh200-course-content certy-gh200-course-content Public

    Teaching hub for the GitHub Actions (GH-200) course by Certy: exam map, cheat sheets, capstone, video roadmap.

    1

  2. certy-gh900-student-lab-template certy-gh900-student-lab-template Public template

    Hands-on GitHub Foundations (GH-900) practice. Click 'Use this template' to get your own working repo. By Certy.

    HTML 1

  3. certy-gh900-collaboration-sandbox certy-gh900-collaboration-sandbox Public

    Make your first open-source contribution. A safe sandbox for GitHub Foundations (GH-900) learners to fork, open a PR, and get reviewed. By Certy.

    1

  4. certy-gh900-course-content certy-gh900-course-content Public

    Teaching hub for the GitHub Foundations (GH-900) course by Certy: exam-objective map, cheat sheets, capstone challenge, glossary and video roadmap.

  5. .github .github Public

    Organisation-wide community health files and profile for Certy (certy.pro).

  6. gh200-student-actions-lab gh200-student-actions-lab Public template

    Hands-on GitHub Actions (GH-200): a Node app and ten workflows. Use this template to get your own copy. By Certy.

    JavaScript

Repositories

Showing 10 of 27 repositories
  • certy-gh600-memory-state-lab Public template

    Agent memory and state lab for GH-600: episodic/semantic memory, serialization, locking. By Certy.

    CertyPro/certy-gh600-memory-state-lab's past year of commit activity
    TypeScript 0 MIT 0 0 5 Updated Sep 3, 2026
  • certy-gh600-governance-guardrails-lab Public template

    Governance and guardrails for agents: filters, policy engine, approval gates, audit. GH-600. By Certy.

    CertyPro/certy-gh600-governance-guardrails-lab's past year of commit activity
    TypeScript 0 MIT 0 0 5 Updated Sep 3, 2026
  • certy-gh600-evaluation-debugging-lab Public template

    Evaluate and debug agents: datasets, rubrics, a runnable eval runner, traces. GH-600. By Certy.

    CertyPro/certy-gh600-evaluation-debugging-lab's past year of commit activity
    TypeScript 0 MIT 0 0 5 Updated Sep 3, 2026
  • certy-gh600-multi-agent-orchestration-lab Public template

    Multi-agent orchestration: routing, handoffs, state locking, conflict resolution. GH-600. By Certy.

    CertyPro/certy-gh600-multi-agent-orchestration-lab's past year of commit activity
    TypeScript 0 MIT 0 3 5 Updated Sep 3, 2026
  • certy-gh600-agent-starter Public template

    Runnable deterministic agent starter (capstone) for GH-600: plan, validate, guardrails, memory, traces. By Certy.

    CertyPro/certy-gh600-agent-starter's past year of commit activity
    TypeScript 0 MIT 0 0 5 Updated Sep 3, 2026
  • certy-gh600-github-control-plane-lab Public template

    GitHub as the control plane for agents: issues, labels, workflows, approvals. GH-600. By Certy.

    CertyPro/certy-gh600-github-control-plane-lab's past year of commit activity
    TypeScript 0 MIT 0 0 5 Updated Sep 3, 2026
  • certy-gh600-mcp-server-lab Public template

    A runnable MCP server lab for GH-600 (stdio, deterministic tools). By Certy.

    CertyPro/certy-gh600-mcp-server-lab's past year of commit activity
    TypeScript 0 MIT 0 0 7 Updated Jul 30, 2026
  • ghas-supply-chain-security-lab Public template

    Practise Dependabot and dependency review with intentionally outdated deps. GH-500 domain 3.0. By Certy.

    CertyPro/ghas-supply-chain-security-lab's past year of commit activity
    0 MIT 0 0 6 Updated Jul 22, 2026
  • ghas-vulnerable-app-lab Public template

    Deliberately vulnerable training app (fake secrets only) for GitHub Advanced Security GH-500. Find, triage and fix. By Certy.

    CertyPro/ghas-vulnerable-app-lab's past year of commit activity
    JavaScript 0 MIT 0 0 6 Updated Jul 15, 2026
  • ghas-secret-protection-lab Public template

    Practise GitHub secret scanning and push protection (fake training secrets only). GH-500 domain 1.0. By Certy.

    CertyPro/ghas-secret-protection-lab's past year of commit activity
    0 MIT 0 0 1 Updated Jun 24, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…