SkillFoundry

Platform

COPILOT • v1.9.0.21

GitHub Copilot CLI Adapter

Repository-native adapter for PR-driven workflows, CI triage, and issue-linked execution.

COPILOT Context Profile
53Core agents
61Claude skills
64Copilot agents
60Cursor rules
60Codex skills
61Gemini skills

Best For

Best for teams operating deeply in GitHub issues, PRs, and Actions.

  • Use custom agents for review/security/testing
  • Integrate with PR and CI pipelines
  • Preserve framework gate parity

Anti-Patterns To Avoid

These behaviors reduce framework signal and increase rework risk.

  • Merging without review/security checks
  • No traceability from story to PR
  • Running ad-hoc commands outside agent contracts

Adoption Plan

  1. Install Copilot adapter
  2. Implement via scoped agent tasks
  3. Run review and security pass
  4. Attach test and gate evidence to PR
~/skillfoundry/install.sh --platform=copilot . task("review", "audit this PR") task("security", "threat model") task("tester", "regression")