Single Actions

Run one-off actions on demand (check progress, think, create release, etc.)

Single Actions

When you set the single-action input (and any required targets such as single-action-issue or single-action-version), Copilot runs only that action and skips the normal issue, pull request, and push pipelines.

Available single actions

ActionInputsDescription
check_progress_actionsingle-action-issueRuns progress check on demand. Progress is normally updated automatically on every push (commit workflow); use this to re-run without pushing or when you don't use the push workflow.
detect_potential_problems_actionsingle-action-issueBugbot: detects potential problems in the branch vs base; reports on issue and PR, marks resolved when fixed (OpenCode).
recommend_steps_actionsingle-action-issueRecommends implementation steps for the issue based on its description (OpenCode Plan).
think_actionDeep code analysis and change proposals (OpenCode Plan). No issue required; use from CLI with a question (think -q "...") or from a workflow that provides context.
initial_setupPerforms initial setup steps (e.g. for repo or project). No issue required.
create_releasesingle-action-version, single-action-title, single-action-changelogCreates a GitHub release.
create_tagsingle-action-versionCreates a Git tag.
publish_github_actionPublishes or updates the GitHub Action (e.g. versioning, release).
deployed_actionsingle-action-issueMarks the issue as deployed; updates labels and project state.

Actions that fail the job if the last step fails: publish_github_action, create_release, deployed_action, create_tag. The workflow will be marked as failed so you can act on it.

Next steps

  • Configuration — Inputs for single actions (single-action, single-action-issue, single-action-version, etc.).
  • Workflow & CLI — How to run from a workflow and from the giik CLI.
  • Features & Capabilities — How each action fits into the full feature set.