difit-dev
Difit Dev
Overview
This skill requests a code review from the user using pnpm run dev in this repository.
Running pnpm run dev once is sufficient to start the review request workflow.
Do not open a browser yourself, verify that a browser connected, or restart the server just to keep it alive.
If the user leaves review comments, they are printed to stdout when the difit command exits.
When review comments are returned, continue work and address them.
If the server is shut down without comments, treat it as "no review comments were provided." Restarting it is unnecessary.
Treat Client disconnected, shutting down server... without comments as a successful no-comments outcome.
Manual verification of whether the page launched correctly is also unnecessary.
Commands
- Review uncommitted changes before commit:
pnpm run dev . - Review the HEAD commit:
pnpm run dev - Review staging area changes:
pnpm run dev staged - Review unstaged changes only:
pnpm run dev working
More from yoshiko-pg/difit
difit
Ask the user for a code review through difit after code changes.
1.1Kdifit-review
A skill for reviewing a specific diff and showing the findings as comments inside difit (the diff viewer). Use it to review branch diffs, commit diffs, or GitHub PRs, then preload findings or code explanations into difit with `--comment` before launching it for the user.
739release
Execute the difit release workflow when the user says "リリース" or asks to cut a release. Update CHANGELOG Unreleased from commits since latest tag, ask for explicit OK confirmation in Japanese, then release by moving the confirmed Unreleased section verbatim as the exact source of truth.
15vscode-release
Execute the VS Code extension release workflow when the user asks to publish/release the difit VS Code extension. Run local VSIX build and smoke verification first, ask for explicit OK in Japanese, then publish with vsce.
15