mit einem Klick
install
// This skill should be used when the user asks to "install pikiclaw", "build and install", "deploy locally", "update local binary", "release", or "publish".
// This skill should be used when the user asks to "install pikiclaw", "build and install", "deploy locally", "update local binary", "release", or "publish".
| name | install |
| description | This skill should be used when the user asks to "install pikiclaw", "build and install", "deploy locally", "update local binary", "release", or "publish". |
| version | 8.0.0 |
./scripts/release.sh
This script handles: version bump -> build -> npm link -> verify -> git commit/tag/push -> wait for CI.
If the script fails, diagnose and fix the issue, then re-run it.
After CI creates the GitHub Release, update it with meaningful release notes:
git log v<previous-version>..v<new-version> --oneline --no-merges to collect all commits since the last release.gh release edit v<new-version> --notes "$(cat <<'EOF'
## What's Changed
### New Features
- description of feature
### Bug Fixes
- description of fix
**Full Changelog**: https://github.com/xiaotonng/pikiclaw/compare/v<previous-version>...v<new-version>
EOF
)"
gh release view v<new-version>.npm link creates a global symlink - rebuild with npm run build after code changes.files field in package.json controls what gets published: dist/, LICENSE, README.md..github/workflows/release.yml): builds, publishes to npm, and creates GitHub Release on v* tag push.npm unlink -g pikiclaw.This skill should be used to search GitHub for relevant issues, filter them, draft replies to promote pikiclaw using a sub-agent, and publish those replies while tracking already replied issues to avoid duplicates.
Search Reddit (target subs + cross-Reddit search) for recent high-engagement threads about coding agents / Claude Code / AI dev tools, draft peer-builder English reply comments as the pikiclaw builder, push results to Feishu doc + bot. English-first. Does NOT auto-post to Reddit.
Search Twitter for trending promotional posts about coding/AI agent tools, generate reply drafts with pikiclaw GitHub card, and push results to Feishu doc + bot notification. Does NOT auto-post to Twitter.
This skill should be used when the user asks to start, restart, keep alive, or inspect the local pikiclaw development service, including `npm run dev`, local debug bot startup, dashboard verification, and dev log checks.