$ recombobulate _
~/recombobulate $ tip --list --tag="ci-cd"

// 27 tips tagged "ci-cd"

0
Switch to the Stable Update Channel with autoUpdatesChannel

The autoUpdatesChannel setting pins Claude Code to a stable release track that skips versions with major regressions.

bagwaa @bagwaa · 26 minutes ago
0
Set Custom Trigger Phrases for Claude in GitHub PRs

The trigger_phrase parameter lets you change the default @claude mention to any custom keyword, useful for running multiple Claude workflows on the same repo.

bagwaa @bagwaa · 1 hour ago
0
Schedule Automated Tasks with Claude Code GitHub Actions

Use a cron schedule trigger with Claude Code GitHub Actions to run automated tasks like daily commit summaries without any human mention.

bagwaa @bagwaa · 1 hour ago
0
Pass CLI Flags to Claude in GitHub Actions with claude_args

The v1 release of Claude Code GitHub Actions consolidates model, max_turns, and other options into a single claude_args parameter that accepts any CLI flag.

bagwaa @bagwaa · 1 hour ago
0
Use --no-session-persistence for Ephemeral Automated Runs

Prevent automated Claude Code runs from saving session data to disk, keeping your CI pipelines clean and your .claude directory lean.

bagwaa @bagwaa · 1 hour ago
0
Use --init-only to Run Setup Hooks Without Starting a Session

Run Claude Code's initialization hooks and exit immediately, reusing your hook infrastructure for CI setup and environment preparation without starting a session.

bagwaa @bagwaa · 1 hour ago
0
Use --permission-prompt-tool for Custom Approval Flows in CI

Route Claude Code's permission prompts to a custom MCP tool in CI, so automated runs get programmatic approval instead of blanket allow-all or fail-on-prompt.

bagwaa @bagwaa · 1 hour ago
0
Set Up Monorepo Build Orchestration with Nx Using Claude

Let Claude configure Nx in your monorepo — dependency graphs, affected builds, caching, and task pipelines — so CI only rebuilds what changed.

bagwaa @bagwaa · 1 hour ago
0
Set Up Claude Code GitHub Actions with /install-github-app

Skip the manual setup and get Claude responding to @claude mentions in your PRs with a single command.

bagwaa @bagwaa · 2 hours ago
0
Lock Down MCP Servers with --strict-mcp-config

Use --strict-mcp-config to restrict Claude Code to only the MCP servers you explicitly provide, ignoring all other sources.

bagwaa @bagwaa · 2 hours ago
0
Auto-Fallback to Another Model When Overloaded

Set a backup model with --fallback-model so automated tasks survive temporary model overloads without failing.

bagwaa @bagwaa · 2 hours ago
0
Use --dangerously-skip-permissions for Fully Unattended CI

In CI environments where no human is present to approve tool calls, --dangerously-skip-permissions lets Claude Code run without any permission prompts — use it only in sandboxed, throwaway environments.

bagwaa @bagwaa · 2 hours ago