$ recombobulate _
~/recombobulate $ tip --list --tag="github"

// 14 tips tagged "github"

0
Generate GitHub Issue Templates for Your Project with Claude

Ask Claude to read your repo and generate complete GitHub Issue template files in the YAML forms format — bug reports, feature requests, and config.yml all tailored to your actual stack.

bagwaa @bagwaa · 43 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
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
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
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
Set Up Claude Code Review to Automatically Review Pull Requests

Claude Code Review installs as a GitHub App and dispatches a team of AI agents on every PR to catch bugs with inline comments before they hit your codebase.

bagwaa @bagwaa · 6 hours ago
0
Create GitHub Reusable Workflows to Share CI Logic Across Repos

Ask Claude to write a GitHub reusable workflow for your shared CI steps — lint, static analysis, tests, caching, and coverage — so every repo calls one central definition instead of duplicating YAML.

bagwaa @bagwaa · 8 hours ago
0
Let Claude Generate Your Dependabot Configuration

Tell Claude your project layout and preferences — grouping strategy, schedules, PR limits, assignees — and it'll write a Dependabot config that keeps your dependencies fresh without drowning you in PRs.

bagwaa @bagwaa · 9 hours ago
0
Generate GitHub Issue and PR Templates for Your Project

Let Claude write your .github templates so contributors always provide the context reviewers actually need.

bagwaa @bagwaa · 10 hours ago
0
Generate a CONTRIBUTING.md for Your Project

Ask Claude to read your project structure and write a complete CONTRIBUTING.md — setup steps, branching conventions, test instructions, and PR process, all tailored to your actual stack.

bagwaa @bagwaa · 12 hours ago
0
Auto-Generate Pull Request Descriptions from Your Git Diff

Pipe your staged diff to Claude and get a clear, detailed PR description in seconds — no more blank PR boxes or one-liners that say "fixes stuff".

bagwaa @bagwaa · 13 hours ago
0
Generate GitHub Actions Workflows from a Description

Describe what you want your CI pipeline to do in plain English and let Claude write the full YAML — no more fumbling with Actions syntax.

bagwaa @bagwaa · 15 hours ago