with one click
gastown-update
Check and apply updates to all Gastown dependencies
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Check and apply updates to all Gastown dependencies
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | gastown-update |
| description | Check and apply updates to all Gastown dependencies |
| metadata | {"openclaw":{"emoji":"🔄","os":["linux"],"requires":{"bins":["npm","pip"]}}} |
| parameters | {"check":{"type":"boolean","description":"Check versions without applying updates","required":false},"apply":{"type":"boolean","description":"Apply all available updates","required":false}} |
As the overseer, keep all dependencies up to date. Updates are checked every 6 hours automatically.
bash ~/.openclaw/skills/gastown-update/scripts/check-update.sh
Shows current versions of: gt, claude, openclaw, dolt, kimigas.
bash ~/.openclaw/skills/gastown-update/scripts/apply-update.sh
Updates all dependencies:
gt self-updatenpm update -g @anthropic-ai/claude-code openclawpip install --upgrade kimi-cliView and edit gasclaw maintainer configuration at runtime
Create well-structured conventional commit messages from staged changes
Create a well-structured PR with conventional commit title and descriptive body
Monitor PR CI checks and review comments, auto-fix failures and address feedback
Review a pull request for code quality, test coverage, security, and best practices
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.