git-push-pr
Git Push PR Workflow
Automate the full git workflow: stage files, commit, push, and create or update a pull request.
Workflow Steps
Follow these steps in order:
1. Understand Changes
- Run
git statusandgit diff(both staged and unstaged) - Summarize the changes to yourself before proceeding
2. Stage Files
- If the user specified files: Stage only those files with
git add <files> - Otherwise: Stage all modified and new files with
git add -A - Security: Never stage files that look like secrets (
.env, credentials, tokens, etc.). Warn the user if such files are present
More from iancleary/dotfiles
grill
In plan mode, this should be triggered when the user wants to build something. In this mode, you should ask a lot of questions to extract every detail, assumption, and blind spot from the user's head before proposing a structured plan.
11slidev
Create and present web-based slides for developers using Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, or teaching materials.
1shaping
Use this methodology when collaboratively shaping a solution with the user - iterating on problem definition (requirements) and solution options (shapes).
1gstack
|
1autoresearch
Autonomously optimize any Claude Code skill by running it repeatedly, scoring outputs against binary evals, mutating the prompt, and keeping improvements. Based on Karpathy's autoresearch methodology. Use when: optimize this skill, improve this skill, run autoresearch on, make this skill better, self-improve skill, benchmark skill, eval my skill, run evals on. Outputs: an improved SKILL.md, a results log, and a changelog of every mutation tried.
1breadboarding
Transform a workflow description into affordance tables showing UI and Code affordances with their wiring. Use to map existing systems or design new ones from shaped parts.
1