
Publisher on askill
Refer another project while protecting sensitive information. Use when: (1) User says 'refer project', 'copy from project', or 'look at another repo', (2) User wants to reference patterns or setup fro...
Commit necessary changes with appropriate separation. Use when: (1) User says 'commit', 'commits', or 'save changes', (2) Claude has made changes that need committing, (3) User wants to commit with pr...
Complete guide for setting up before-push validation (b4push) and CI checking in any project. Covers: analyzing project structure, creating run-b4push.sh script, adding package.json entry, creating pr...
Big-bang move a repository to a new remote, stripping commit history and purging private info. Use when: (1) User says 'bigbang move', 'repo move', or 'move repo', (2) User wants to move a repo to a n...
Fetch transcript/caption text from YouTube videos using youtube-transcript-api Python package. Use when: (1) User wants to get text from a YouTube video, (2) User provides YouTube URLs and needs trans...
Complete a pull request by monitoring CI checks and merging when ready. Use when: (1) User says 'complete pr', 'merge pr', or 'finish pr', (2) PR is reviewed and ready to merge but CI checks may still...
Update an existing PR's title and description to reflect the full implementation. Use when: (1) User says 'revise pr', 'update pr description', 'pr revise', (2) Additional work was done after the orig...
Fix SVG files for KiCad PCB import. Handles compound paths with holes (splits into separate paths), Illustrator DPI scale correction (72 to 96 DPI), and style cleanup. Use when: (1) User wants to impo...
Convert conversation context into an esa article by delegating to the zudoesa-writer subagent. Use when: (1) User wants to write an esa article based on what was discussed, (2) User says 'write esa ar...
Create separate suggestion PRs from unstaged edits, each based on current PR branch. Use when: (1) User says 'suggestion to pr' or 'create suggestion PRs', (2) After /pr-make-suggestion-edit has left...
Recreate a PR with clean commit history when it has too many messy commits. Use when: (1) User says 'recreate pr' or 'clean up pr history', (2) A PR has accumulated too many try-and-error commits and...
Enable automatic pushing mode. From now on, push to the remote automatically after committing during development. Use when: (1) User says 'push auto', 'auto push', or 'push automatically', (2) User wa...
Clean up both local and remote git branches that have been merged. Use when: (1) User says 'prune branches', 'clean up branches', or 'delete merged branches', (2) User wants to clean both local and re...
Clean up remote git branches that have been merged into origin/main. Use when: (1) User says 'prune remote branches' or 'clean remote branches', (2) User wants to delete only remote merged branches wi...
Apply zudo-style CSS to a Docusaurus site: Noto Sans JP font, orange oklch color palette, improved typography, sidebar styling, and responsive layout. Use when: (1) Setting up a new Docusaurus project...
Add or update wording rules (表記ルール) in the w repo's vocabulary-rule.md files. Use when: (1) User says 'add wording rule', 'update wording rule', '表記ルール追加', (2) User wants to add a new kanji/hiragana u...
Showing 18 of 37