Skip to main content

GitHub Automations

Once the Alakai GitHub App is installed on a repository, certain GitHub events trigger automations automatically — no Slack command needed.

PR review refresh

For PRs opened by Alakai.

How to trigger it: submit a "changes requested" review triggers the refresh automatically — no comment needed.

Alakai will:

  1. Read all unresolved review feedback on the PR
  2. Regenerate the prompt markdown to address that feedback
  3. Update the prompt file on the PR branch
  4. Post a follow-up comment on the PR

Issue opened → prompt PR

How to trigger it: open a new issue in a repository where this automation is enabled.

Alakai will:

  1. Combine the issue title and body into a prompt description
  2. Generate prompt markdown
  3. Open a PR titled docs(prompts): issue-<number> with the prompt file
  4. Comment on the issue with the PR URL and prompt file path

The PR branch follows the naming docs-prompts/issue-<number>.


Merged prompt PR → implementation

How to trigger it: merge any PR whose title starts with docs(prompts):.

Alakai will:

  1. Read the prompt file from the merged commit
  2. Launch the implementation agent against the repository's base branch
  3. Comment on the merged PR with the implementation PR details

The implementation branch follows the naming agent/prompt-{name}-{shortId}.

This flow runs automatically on prompt PRs created by any source — /prompt-pr, the issue automation, or the ClickUp automation.