Toolverse
All skills

release-bump

by mikeyobrien

Use when bumping ralph-orchestrator version for a new release, after fixes are committed and ready to publish

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps
Views
3

About this skill

Use when bumping ralph-orchestrator version for a new release, after fixes are committed and ready to publish

How to use

  1. Upewnij się, że wszystkie poprawki są zacommitowane i gotowe do publikacji. Umiejętność poprowadzi Cię przez proces bump'u wersji — potwierdź nowy numer wersji, gdy zostanie zaproponowany.

  2. Edytuj plik Cargo.toml w katalogu głównym workspace'u. Zamień wszystkie 7 wystąpień version = "X.Y.Z" na nową wersję — jedno w sekcji [workspace.package] (około linia 17) i sześć w zależnościach wewnętrznych crate'ów (linie ~113-118). Użyj opcji replace_all w narzędziu edycji, aby zmienić wszystkie naraz.

  3. Uruchom cargo build, aby zaktualizować plik Cargo.lock, a następnie cargo test, aby upewnić się, że wszystko działa poprawnie.

  4. Zacommituj zmiany poleceniem git add Cargo.toml Cargo.lock && git commit -m "chore: bump to vX.Y.Z" (zastąp X.Y.Z numerem wersji).

  5. Wypchnij commit na główną gałąź: git push origin main.

  6. Utwórz tag wersji i wypchnij go: git tag vX.Y.Z && git push origin vX.Y.Z. Po wypchnięciu tagu automatycznie uruchomi się workflow CI, który zbuduje binaria, opublikuje pakiet na crates.io i npm oraz utworzy release na GitHubie.

Related skills

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

chrome-devtools

by mrgoonie

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

DevOps
29141

aws-solution-architect

by alirezarezvani

Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora,

DevOps
1231

streamlit

by sverzijl

When working with Streamlit web apps, data dashboards, ML/AI app UIs, interactive Python visualizations, or building data science applications with Python

DevOps
49161

planning-with-files

by davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring u003e5 tool calls.

DevOps
2365

context7

by mikha08-rgb

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

DevOps
51166