Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
percy-g2
GitHub 제작자 프로필

percy-g2

2개 GitHub 저장소에서 수집된 13개 skills를 저장소 단위로 보여줍니다.

수집된 skills
13
저장소
2
업데이트
2026-07-10
저장소 탐색

저장소와 대표 skills

product-video
그래픽 디자이너

Turn app screenshots into a cinematic product video — a self-contained animated HTML showcase and an exported MP4. Use when the user has app screenshots (or the raw captures from deploy-ss) and wants a "product video", "promo video", "sizzle reel", "app trailer", "launch video", or a shareable motion showcase / App Store preview. Companion to deploy-ss (which makes the static store screenshots).

2026-07-09
deploy-ss
그래픽 디자이너

Generate App Store and Play Store deployment assets — iPhone screenshots, iPad screenshots, and a Play Store feature graphic — from raw app UI screenshots. Use this skill whenever the user has app screenshots and wants to publish to the App Store or Google Play, mentions "store screenshots", "marketing screenshots", "feature graphic", "app store assets", "App Store Connect", "Play Console", "Google Play listing", or asks how to prepare their app's listing for submission. Trigger this even when the user just uploads phone screenshots and says something vague like "make these look good for the store" or "I'm submitting my app, help me with the visuals" — those are still this skill.

2026-06-28
push-code
소프트웨어 개발자

Stage, commit, and push uncommitted code with a well-structured conventional commit message. Use when the user asks to push code, commit and push, save changes to remote, or sync local changes with GitHub.

2026-06-24
deploy-ss
그래픽 디자이너

Generate App Store and Play Store deployment assets — iPhone screenshots, iPad screenshots, and a Play Store feature graphic — from raw app UI screenshots. Use this skill whenever the user has app screenshots and wants to publish to the App Store or Google Play, mentions "store screenshots", "marketing screenshots", "feature graphic", "app store assets", "App Store Connect", "Play Console", "Google Play listing", or asks how to prepare their app's listing for submission. Trigger this even when the user just uploads phone screenshots and says something vague like "make these look good for the store" or "I'm submitting my app, help me with the visuals" — those are still this skill.

2026-04-26
create-pr
소프트웨어 개발자

Create a GitHub Pull Request to merge the current branch into main with a well-structured title and description using GitHub CLI. Use when the user asks to create a PR, open a pull request, submit a merge request, or send changes for review.

2026-04-15
merge-pr
소프트웨어 개발자

Merge an approved GitHub Pull Request after validating CI checks, review status, and mergeability. Use when the user asks to merge a PR, complete a pull request, or land a branch.

2026-04-15
pcr
소프트웨어 개발자

Run the full push, create PR, review pipeline in sequence: stage/commit/push (push-code), create a PR into main (create-pr), then approve or request changes on that PR (review-pr). Use when the user says pcr, push commit review, push and create pr and review, or wants one workflow from local changes to an opened and reviewed pull request.

2026-04-15
review-pr
소프트웨어 품질 보증 분석가·테스터

Review a GitHub Pull Request for code quality, architecture compliance, and project conventions using GitHub CLI. Approve if good, or request changes with specific feedback. Use when the user asks to review a PR, check a pull request, or approve a PR.

2026-04-15
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
create-pr
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다