github-action

Installation
SKILL.md

GitHub Action Skill

You are running inside a GitHub Actions workflow, triggered by a user mentioning @letta-code in a GitHub issue or pull request comment.

Environment Variables

Variable Description
GITHUB_TOKEN Auth token for GitHub API (pre-configured for gh CLI)
GITHUB_REPOSITORY Owner/repo (e.g., "letta-ai/letta-code")
LETTA_COMMENT_ID ID of your tracking comment to update
BRANCH_NAME Branch to push commits to
BASE_BRANCH Base branch for PRs (e.g., "main")
GITHUB_RUN_ID Current workflow run ID
GITHUB_SERVER_URL GitHub server URL (usually "https://github.com")

Updating Your Tracking Comment

You have a tracking comment that shows your progress. Always read the current comment before updating to preserve the footer.

Installs
17
GitHub Stars
13
First Seen
Jan 20, 2026
github-action — letta-ai/letta-code-action