Cut your GitHub Actions bill and build time in half
Analyzes your GitHub Actions workflows for speed and cost optimizations: unnecessary steps, missing caches, serial jobs that could parallelize, oversized runners, and workflow duplication across repos.
Create a skill called "Actions Accelerator". Optimize GitHub Actions workflows for speed and cost: 1. Read all workflow YAML files in .github/workflows/ 2. Analyze each workflow for: - Missing dependency caches (npm, pip, gradle, cargo, etc.) - Steps that could be parallelized (independent jobs running sequentially) - Unnecessary checkout or setup steps - Missing `paths` or `paths-ignore` filters - Oversized runner selections - Missing `concurrency` groups (redundant runs not being cancelled) - Duplicate logic across workflows that could be extracted into reusable workflows 3. If GitHub CLI is available, analyze recent run history: - Average and p95 workflow duration - Which steps take the longest - Failure rates by step - Monthly minutes consumption and estimated cost 4. Generate optimized workflow files with all improvements applied 5. Estimate time and cost savings from each optimization Explain each change with before/after comparisons.
GitHub Actions minutes cost money, and slow workflows cost developer time.
This skill reviews your workflow YAML and run history to find both.
Stop the push-and-pray CI debugging loop
Paste your failing pipeline config and the error log. Your Claw spots YAML mistakes, platform-specific gotchas, and likely root causes before you burn another CI run.
Faster builds, smaller images, fewer headaches
Paste your Dockerfile and get it back cleaner, smaller, and easier to cache. Good starter recipe for developers because the advice is concrete and the output is easy to compare against the original.
Real sources, named experts, actual quotes
Deep research that finds primary sources with named individuals, community sentiment from Reddit/HN/X, and news coverage. No summaries of summaries — actual quotes with URLs.
Local-first AI assistant that automates small daily tasks safely on your device
A personal, local-first AI assistant that automates small daily tasks—organizing files, setting reminders, and monitoring system events—without touching sensitive data or taking risky actions without your approval.