Skip to main content
Run any Skill in Manus
with one click
mkaraivanov
GitHub creator profile

mkaraivanov

Repository-level view of 18 collected skills across 4 GitHub repositories.

skills collected
18
repositories
4
updated
2026-03-21
repository explorer

Repositories and representative skills

implement-test-phase
software-quality-assurance-analysts-and-testers

Implement a numbered testing strategy phase from docs/testing_strategy_phases/phase_$ARGUMENTS_*.md step by step

2026-03-06
implement-phase
software-developers

Implement a numbered phase from docs/phases/phase-$ARGUMENTS.md step by step

2026-03-05
code-review
software-quality-assurance-analysts-and-testers

Review changed code for correctness, security, and project conventions. Invoke this skill automatically whenever a complete unit of work is done — a full implementation phase, a complete feature (repository + service + route + component all connected), or just before creating a PR. Do NOT invoke after editing a single file or mid-way through a feature. If the user says "done", "finished", "phase complete", "ready to commit", or similar, trigger this review immediately.

2026-03-05
db-migrate
database-architects

Run prisma migrate dev, regenerate client to the correct output path, and verify import paths

2026-03-05
new-repository
software-developers

Scaffold a Prisma-backed repository for a given Prisma model

2026-03-05
new-service
software-developers

Scaffold a service class for a given domain following project conventions

2026-03-05
verify
software-quality-assurance-analysts-and-testers

Final pre-commit check: run type-check (npx tsc --noEmit), lint (npm run lint), and tests (npm test)

2026-03-05
write-e2e
software-quality-assurance-analysts-and-testers

Write a Playwright E2E test for a specified flow using the project's auth setup pattern

2026-03-05
Showing top 8 of 9 collected skills in this repository.
Showing 4 of 4 repositories
All repositories loaded