@minakoto00/skills
v0.1.1
Published
Convenience installer for skills hosted in minakoto00/vcs-review-flow.
Readme
VCS Review Flow
VCS Review Flow is a skills.sh-ready repository of skills for reviewing GitHub pull requests and GitLab merge requests through local worktrees. Install the skill you need, then follow the skill-local guide for workflow details.
Quickstart
Primary install:
npx skills add minakoto00/vcs-review-flow --skill review-prOptional shortcut:
npx @minakoto00/skills install review-prAvailable Skills
review-pr: Review the latest open PR or MR in a dedicated worktree and turn remote feedback into a validated change plan. Seeskills/review-pr/README.md.
Updates
npx skills check
npx skills updateAdvanced Manual Install
For local development or power users, the repo still includes install-skill.sh.
bash ./install-skill.shUse bash ./install-skill.sh --help for scripted flags and dry-run options.
Repository Layout
skills/review-pr/README.md: full guide for thereview-prskillskills/review-pr/SKILL.md: skill entrypoint used by agentsskills/review-pr/scripts/: helper scripts used by the skill workflowinstall-skill.sh: advanced manual installerbin/skills.js: npm wrapper fornpx @minakoto00/skills install review-pr
License
This repository and the published @minakoto00/skills package are available under the MIT License. See LICENSE.
