Skip to main content
Run any Skill in Manus
with one click
ka2n
GitHub creator profile

ka2n

Repository-level view of 14 collected skills across 2 GitHub repositories.

skills collected
14
repositories
2
updated
2026-07-09
repository explorer

Repositories and representative skills

organize-commits
software-developers

Reorganize messy git commit history on a feature branch into clean, reviewer-friendly commits. Use when: user says "コミットを整理", "organize commits", "squash commits", "clean up history", "rewrite commits", or wants to prepare a branch for PR review by removing trial-and-error noise. Handles soft reset, logical grouping, and recommitting with clear messages.

2026-07-09
rebase-main
software-developers

Safely rebase the current branch onto the latest origin/main. Stashes uncommitted work, fetches, rebases, and restores.

2026-07-09
simplify
software-developers

Reviews changed code for reuse, quality, and efficiency, then fixes issues found. Preserves all functionality.

2026-07-09
session-review-report
software-developers

Create an HTML report to review the current session's changes. Include screenshots when changes affect UI/visuals. Use when the user asks for a review report, session summary as HTML, or visual diff of changes.

2026-06-29
take-screenshot
software-developers

Capture screenshots of the current work-in-progress UI via agent-browser against a running local dev server, then open them with google-chrome-stable. For UI changes, capture before/after pairs (and Figma reference shots when a design URL is provided) so visual diffs can be reviewed at a glance.

2026-06-29
pr-comments
software-developers

Fetch and display comments from the current GitHub pull request. Use when asked to show PR comments, review comments, or check PR feedback.

2026-04-23
commit-push-pr
software-developers

Create a branch, commit changes, push to remote, and create a pull request. Use when asked to create a PR or pull request.

2026-03-27
commit-push
software-developers

Split current changes into meaningful Git commits, then push to remote. Use when asked to commit and push.

2026-03-27
Showing top 8 of 13 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded