← All creators

grinchenkoedu

Organization

Six Claude Code skills for everyday development: /plan, /implement, /review, /pr-review, /pr-resolve, /verify. Repository-agnostic, economical by design. Bilingual docs (EN/UK).

6 indexed · 0 Featured · 0 stars · avg score 75
Prolific

Categories

Indexed Skills (6)

Code & Development Listed

implement

Build a task step by step in the current session — from a plan file, a markdown brief, or a sentence. Works through ordered steps, ticking each one off in the task file as it lands, so an interrupted run resumes exactly where it stopped instead of starting over.

0 Updated today
grinchenkoedu
Code & Development Listed

plan

Turn a request — a sentence you type, or a markdown brief — into a grounded plan you can hand to /implement. Works out what is really being asked (bug, feature, question, data fix), checks it against the actual code and data, and writes an ordered plan with acceptance criteria. Plans only; writes no production code.

0 Updated today
grinchenkoedu
Code & Development Listed

pr-resolve

Work through the review comments on your own pull request — every finding gets a verdict before any code changes (agree, disagree with evidence, or ask you), then fixes land one commit per finding, get pushed, and each thread gets a reply. Never fixes blindly; reviewers and bots are sometimes wrong.

0 Updated today
grinchenkoedu
Code & Development Listed

pr-review

Deep review of someone else's pull request in an isolated worktree — hunts the failures that automated review misses (broken error paths, infinite loops, races, blast radius, claim-vs-code drift), deduplicates against the bot's comments, and gives a short verdict in chat. Read-only; never edits, pushes or posts.

0 Updated today
grinchenkoedu
Code & Development Listed

review

Review your own changes before you push or open a pull request — a severity-rated list of what to fix, checked against the repository's own conventions, a lint pass over the changed files, its tests, and the failure modes that green tests miss. Review-only; never edits, commits or pushes.

0 Updated today
grinchenkoedu
Code & Development Listed

verify

Check that a change actually works — run the project's tests, then drive the real thing (the command, the page, the function) and confirm the effect. Reports a clear verdict, and says honestly what could not be checked and why, instead of quietly skipping it.

0 Updated today
grinchenkoedu

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.