Compare commits
2 Commits
b08a3d364e
...
9f524694cb
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f524694cb | |||
|
37f35ce0a0
|
@@ -35,3 +35,4 @@ OLD/
|
||||
|
||||
# Auto-managed by fish; contains machine-local state and universal vars
|
||||
fish_variables
|
||||
.claude
|
||||
|
||||
@@ -299,6 +299,8 @@ rm -f file.txt # Falls through to standard rm -f
|
||||
| `gemini-resume` | Resume Gemini CLI session from `.gemini_session` in CWD |
|
||||
| `code-resume` | Smart resume — tries Claude then Gemini, falls back to picker |
|
||||
| `superpowers [on\|off]` | Enable/disable the Superpowers extension for Claude and Gemini |
|
||||
| `claude-docs` | Ask Claude to sync `README.md` with recent session changes |
|
||||
| `claude-pr` | Create a branch, commit, push, and open a PR via Claude |
|
||||
|
||||
### Fetch & Info
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
function claude-docs --description 'Claude-code: Sync README with recent changes'
|
||||
claude "Analyze the recent changes and update the README.md to ensure all features, setup instructions, and examples are 100% accurate. Prune any obsolete information."
|
||||
end
|
||||
@@ -0,0 +1,3 @@
|
||||
function claude-pr --description 'Claude-code: New branch, commit, push, and PR'
|
||||
claude "Act as a senior engineer. Execute this sequence: 1. Create a new git branch (kebab-case). 2. Stage changes and write a Conventional Commit message. 3. Self-verify the changes by running relevant build/test commands or linting. 4. Push to remote. 5. Create a PR to 'main' including a summary of changes and a 'Manual Verification' section containing a Markdown checklist (- [ ]) of specific, bite-sized steps required to manually verify the functionality."
|
||||
end
|
||||
Reference in New Issue
Block a user