From d530104cddf6a19e5aa2099a7e58df576a8e0316 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 23:07:04 +0000 Subject: [PATCH 1/2] Initial plan From 7d7ca4542773b0f44b7c4d73671dd07311baf675 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 23:08:30 +0000 Subject: [PATCH 2/2] docs: refer to quick start script in quick start docs Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com> --- docs/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/index.md b/docs/index.md index 85732d18..aed57491 100644 --- a/docs/index.md +++ b/docs/index.md @@ -59,6 +59,24 @@ We built a fleet of specialized AI agents that review PRs, hunt bugs, triage iss ## Quick Start +Run the quick setup script from the repository you want to configure (requires `gh`, `git`, and `curl`): + +```bash +curl -fsSL https://raw.githubusercontent.com/elastic/ai-github-actions/v0/scripts/quick-setup.sh \ + | bash -s -- +``` + +By default, this: + +- Installs the starter set of workflow triggers +- Adds `agentics-maintenance.yml` +- Sets `COPILOT_GITHUB_TOKEN` +- Creates a branch, pushes it, and opens a PR + +Use `--continuous-improvement` to also install selected continuous improvement workflows. + +Or set up manually: + 1. **Store a Copilot PAT** as `COPILOT_GITHUB_TOKEN` in your repo secrets 2. **Copy a workflow's `example.yml`** from [gh-agent-workflows/](https://github.com/elastic/ai-github-actions/tree/main/gh-agent-workflows) 3. **Customize** with `additional-instructions` and `setup-commands` for your project