Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:9,158
forks:1,933
updated:April 29, 2026 at 19:22
SKILL.md
Send one-off email blasts to Gumroad creators directly via production console, no PR or deploy needed. Handles drafting, recipient query, count validation via Metabase, dry-run preview, and execution. Use when asked to "email creators", "send an announcement", "blast sellers", "notify users", or any request to send emails to Gumroad creators at scale.
AI-driven test execution. Opus decides what to run and how confident to be, based on your diff.
| name | commit |
| description | Stage and commit changes with a clear, concise commit message. |
| argument-hint | ["optional message hint"] |
| allowed-tools | Bash(git *) |
Create a commit for the current changes.
git status (without -uall) to see untracked and modified files.git diff and git diff --cached to understand staged and unstaged changes.git log --oneline -5 to see recent commit style.bin/test-confidence to verify your changes don't break anything. Opus analyzes your diff and runs the right tests. Wait for 99% confidence (green bar) before proceeding. If any test fails, fix it first.bundle exec rubocop --force-exclusion -a <files>npm run lint-fast -- --max-warnings 0 --fix --no-warn-ignored <files>npx tsc --noEmit (required, catches type errors that eslint skips)npx prettier --write <files>npx svgo --multipass <files>git add -A or git add ..If $ARGUMENTS is provided, use it as a hint for the message.
feat:, fix:, chore:, etc.).Co-Authored-By or similar trailers.Prevent discount code from being cleared on editAdd integration test for offer code persistenceRemove unused legacy export helperFix thumbnail missing in upsell insert$ARGUMENTS