An open API service indexing awesome lists of open source software.

https://github.com/ks6088ts/template-github-copilot

A comprehensive templates for GitHub Copilot
https://github.com/ks6088ts/template-github-copilot

azure azure-container-apps fastapi github-actions github-copilot github-copilot-sdk github-pages microsoft-foundry terraform

Last synced: 5 days ago
JSON representation

A comprehensive templates for GitHub Copilot

Awesome Lists containing this project

README

          

[![test](https://github.com/ks6088ts/template-github-copilot/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/ks6088ts/template-github-copilot/actions/workflows/test.yaml?query=branch%3Amain)
[![docker](https://github.com/ks6088ts/template-github-copilot/actions/workflows/docker.yaml/badge.svg?branch=main)](https://github.com/ks6088ts/template-github-copilot/actions/workflows/docker.yaml?query=branch%3Amain)
[![infra](https://github.com/ks6088ts/template-github-copilot/actions/workflows/infra.yaml/badge.svg?branch=main)](https://github.com/ks6088ts/template-github-copilot/actions/workflows/infra.yaml?query=branch%3Amain)
[![ghcr-release](https://github.com/ks6088ts/template-github-copilot/actions/workflows/ghcr-release.yaml/badge.svg)](https://github.com/ks6088ts/template-github-copilot/actions/workflows/ghcr-release.yaml)
[![docker-release](https://github.com/ks6088ts/template-github-copilot/actions/workflows/docker-release.yaml/badge.svg)](https://github.com/ks6088ts/template-github-copilot/actions/workflows/docker-release.yaml)
[![github-pages](https://github.com/ks6088ts/template-github-copilot/actions/workflows/github-pages.yaml/badge.svg)](https://github.com/ks6088ts/template-github-copilot/actions/workflows/github-pages.yaml)

# template-github-copilot

A showcase repository for multiple use cases built on the **GitHub Copilot SDK**, **Azure AI Foundry**, and **GitHub Actions**.

> 📖 **Documentation Site**: For a more readable experience, visit the [GitHub Pages documentation](https://ks6088ts.github.io/template-github-copilot/).

---

## Use Cases

| Use Case | Description | Documentation |
|---|---|---|
| [CopilotReportForge](docs/copilot_report_forge/index.md) | An extensible AI automation platform for parallel LLM query execution, structured report generation, and agentic AI workflows | [Getting Started](docs/copilot_report_forge/guide/getting_started.md) · [Architecture](docs/copilot_report_forge/overview/architecture.md) · [Deployment](docs/copilot_report_forge/operations/deployment.md) |

## Infrastructure (Terraform Scenarios)

| Scenario | Description |
|---|---|
| [Azure GitHub OIDC](infra/scenarios/azure_github_oidc/README.md) | Create Azure Service Principal with OIDC for GitHub Actions |
| [GitHub Secrets](infra/scenarios/github_secrets/README.md) | Register secrets into GitHub repository environment |
| [Azure Microsoft Foundry](infra/scenarios/azure_microsoft_foundry/README.md) | Deploy Microsoft Foundry (AI Hub + AI Services) on Azure |
| [Azure Container Apps](infra/scenarios/azure_container_apps/README.md) | Deploy monolith service (Copilot CLI + API) as Azure Container App |

## License

[MIT](LICENSE)