Skip to main content
Run any Skill in Manus
with one click
GitHub repository

kmp_sats_chat

kmp_sats_chat contains 4 collected skills from percy-g2, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
0
updated
2026-07-10
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

create-pr
software-developers

Open a GitHub pull request from the current branch against the correct protected base branch (usually the repo default — main/master/dev/develop), with a structured, KMP-aware title and description. Refuses to open a PR from a protected branch, reuses an existing open PR instead of duplicating, and previews the title/body/base before creating. Use when the user says create-pr, /create-pr, "open a PR", or "raise a pull request". Accepts an optional base-branch override, e.g. /create-pr dev.

2026-07-10
pcr
software-developers

One-shot "push, PR, review" orchestrator — runs push-code, then create-pr, captures the new PR number, then review-pr on it. Previews each irreversible action (commit, push, PR creation) then proceeds without asking; auto-posts the review; never merges. Use when the user says pcr, /pcr, "push create and review", or "do the whole PR flow".

2026-07-10
push-code
software-developers

Commit and push the current working tree the safe way. NEVER commits or pushes to a protected branch (main, master, dev, develop, release/*) — when on one it derives a Conventional-Commits branch name from the diff, creates it, then commits and pushes; on a feature branch it commits and pushes there. Generates a proper commit title + body and previews everything before committing or pushing. Use when the user says push-code, /push-code, "commit and push", or "push my changes".

2026-07-10
review-pr
software-quality-assurance-analysts-and-testers

Fetch a GitHub pull request by number and produce a thorough code review with special attention to Kotlin Multiplatform and Compose concerns (expect/actual parity, coroutines/threading, Compose state, composeResources, leaked secrets), then auto-post the review to the PR via the GitHub CLI. Accepts the PR number as `#N` or `N`. Use when the user says review-pr, /review-pr 1, /review-pr

2026-07-10