Skip to main content
Run any Skill in Manus
with one click
GitHub repository

VLCouch

VLCouch contains 9 collected skills from Robert01101101, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
1
updated
2026-07-26
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

generate-commit-message
software-developers

Run the full test suite (ruff + all layers), fix failures, then draft and commit with a human-readable message. Use when the user asks for a commit message, wants help summarizing changes before committing, or before running git commit.

2026-07-26
verify-backend
software-quality-assurance-analysts-and-testers

Run and fix backend pytest tests after API, scanner, model, or router changes. Use when modifying backend/app/, adding endpoints, or when API tests fail.

2026-07-26
verify-frontend
software-quality-assurance-analysts-and-testers

Run Vitest component tests after React component or page changes. Use when modifying frontend/src/ components, pages, or api.js mocks.

2026-07-26
release-version
software-developers

Bump VERSION, sync E2E version checks, run the full test suite, and commit only if green — then tag and publish VLCouchSetup.exe. ALWAYS use this skill when the user mentions version, release, bump, semver, tag, ship, publish, next version, prepare release, or cutting a release — even vague one-line prompts.

2026-07-25
verify-e2e
software-quality-assurance-analysts-and-testers

Run Playwright E2E browser tests to verify UI flows end-to-end. Use before declaring work complete, after UI flow changes, or when browser behavior must be validated.

2026-07-25
maintain-agent-docs
software-developers

Keep AGENTS.md, selector rules, verify skills, and CONTRIBUTING.md in sync with code. Use after adding or changing data-testid values, API endpoints, env vars, test file locations, project structure, or verification commands.

2026-07-19
add-api-endpoint
software-developers

End-to-end recipe for adding a new API endpoint — router, tests, api.js, UI, and verification. Use when implementing a new backend route that the frontend will call.

2026-07-16
verify-scanner
software-quality-assurance-analysts-and-testers

Run scanner and library-scan tests after changes to file parsing, scan orchestration, or fixture media. Use when modifying scanner.py, library_scan.py, genre_tags.py, or backend/tests/fixtures/media/.

2026-07-16
verify-thumbnails
software-quality-assurance-analysts-and-testers

Run thumbnail tests after changes to cache, extraction, or background thumbnail jobs. Use when modifying thumbnail_service.py, thumbnails.py, or thumbnail_jobs.py.

2026-07-16