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:
- Read all unresolved review feedback on the PR
- Regenerate the prompt markdown to address that feedback
- Update the prompt file on the PR branch
- 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:
- Combine the issue title and body into a prompt description
- Generate prompt markdown
- Open a PR titled
docs(prompts): issue-<number>with the prompt file - 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:
- Read the prompt file from the merged commit
- Launch the implementation agent against the repository's base branch
- 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.