fuckoff/SKILL.md
Generate a short handoff report from the current session. Collects git changes, screenshots, context automatically. Use when task is done and user says 'отчёт', 'report', 'скинь клиенту', 'fuckoff', or needs to hand off work.
npx skillsauth add snqb/my-skills fuckoffInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Auto-generate a handoff report from the current session. Client-facing, minimal, human.
# What changed
git log --oneline -5
git diff HEAD~1 --stat
# Screenshots from this session (last hour)
find /var/folders -name "screenshot-*.webp" -mmin -60 2>/dev/null | sort
Max 6 lines. Language matches the project (Russian if Russian project).
Structure:
Что сделано (2-3 строки)
Где (ветка/коммит, одной строкой)
[Скрин: filename — что на нём, одной строкой]
Можно тестить.
# Visual changes → folder with text + screenshot(s)
.git/reports/<task-name>/отчёт.txt
.git/reports/<task-name>/result.webp
# No visual → single file
.git/reports/<task-name>.txt
Print file:///absolute/path link at the end.
documentation
Enrich Markdown articles with inline Wikipedia links. First mention of each notable entity gets a hyperlink. Use when asked to add wiki links, enrich, or add references to .md files.
development
Structured visual QA: screenshot → batch issues → fix all → verify. Replaces the 300-cycle screenshot→edit death spiral. Optional bishkek review as exit gate. Use when building/polishing UI with browser testing, or when user asks for N iterations/reviews.
development
Find complex code, analyze intent, recommend battle-tested library replacements. Uses radon/eslint for detection, GitHub quality search for alternatives.
research
Research real-world UI patterns from curated galleries (Collect UI, Component Gallery, Mobbin). Use when exploring what exists: dropdowns, accordions, inputs, navigation, cards, modals, etc.