rakovi4

66 mods across 1 repository, 50 stars between them.

qa-run

49

rakovi4/continue-framework

Skill Claude CodeCodex

Execute a QA task's manual checklist against an external environment (prod-copy) by driving a watched, headed browser one action at a time. Use when running a smoke/regression checklist against prod-copy, validating the critical path against real integrations, or when the user mentions /qa-run. Navigation is UI-only …

50 6d ago A 80 tokens original MIT

rca

50

rakovi4/continue-framework

Skill Claude CodeCodex

Evidence-based root cause analysis for a defect — re-verify every prior assumption, test competing hypotheses, and confirm the cause with real data before any fix. Use for a bugfix task's root-cause step, or whenever a cause is claimed but unproven.

50 6d ago A 57 tokens original MIT

refactor

51

rakovi4/continue-framework

Skill Claude CodeCodex

Refactor code using Martin Fowler's patterns. Improves readability, moves behavior closer to data, removes unnecessary abstractions.

50 6d ago A 27 tokens original MIT

retier

52

rakovi4/continue-framework

Skill Claude CodeCodex

One-shot per-repo migration that tiers existing stories and re-bootstraps plans that can still be reordered. Use after merging the framework tiering change, when the user says /retier, or after tier-ladder.md is introduced.

50 6d ago A 52 tokens original MIT

run-backend

53

rakovi4/continue-framework

Skill Claude CodeCodex

Run the backend application. Use when user wants to start the backend server or mentions /run-backend command.

50 6d ago A 26 tokens original MIT

run-frontend

54

rakovi4/continue-framework

Skill Claude CodeCodex

Start the frontend dev server. Use when user wants to start the frontend or mentions /run-frontend command.

50 6d ago A 26 tokens original MIT

screenshot

55

rakovi4/continue-framework

Skill Claude CodeCodex

Take screenshots of HTML mockups from any version. Use when user wants to capture mockups as PNG images, regenerate screenshots, or mentions /screenshot command.

50 6d ago A 35 tokens original MIT

stop-backend

56

rakovi4/continue-framework

Skill Claude CodeCodex

Stop the running backend application. Use when user wants to stop the backend server or mentions /stop-backend command.

50 6d ago A 27 tokens original MIT

story

57

rakovi4/continue-framework

Skill Claude CodeCodex

Add a new story to the Backlog table in ProductSpecification/stories.md. Use when the user wants to add, register, or backlog a story, or mentions the /story command.

50 6d ago A 40 tokens original MIT

task

58

rakovi4/continue-framework

Skill Claude CodeCodex

Create a behavior-change, bugfix, refactor, infra, general, or QA task with spec and progress tracking. Use when the user wants to create a task or mentions /task.

50 6d ago A 40 tokens original MIT

test-acceptance

59

rakovi4/continue-framework

Skill Claude CodeCodex

Run acceptance tests (backend API, frontend UI, or load suite). Use when user wants to run E2E acceptance tests or mentions /test-acceptance command.

50 6d ago A 39 tokens original MIT

test-adapter

60

rakovi4/continue-framework

Skill Claude CodeCodex

Run adapter module tests. First argument is adapter name (matches directory under backend/adapters/). Use when user wants to run adapter tests or mentions /test-adapter command.

50 6d ago A 39 tokens original MIT

test-all

61

rakovi4/continue-framework

Skill Claude CodeCodex

Run all tests - unit tests in parallel, then acceptance tests with backend. Use when user wants to run the full test suite or mentions /test-all command.

50 6d ago A 35 tokens original MIT

test-coverage

62

rakovi4/continue-framework

Skill Claude CodeCodex

Run tests with coverage and report uncovered lines/branches per class. Use when user wants to check test coverage, find untested code, identify coverage gaps, or mentions /test-coverage command. Also use after green phases to verify new code is well-covered.

50 6d ago A 56 tokens original MIT

test-frontend

63

rakovi4/continue-framework

Skill Claude CodeCodex

Run frontend tests. Use when user wants to run frontend unit tests or mentions /test-frontend command.

50 6d ago A 25 tokens original MIT

test-review

64

rakovi4/continue-framework

Skill Claude CodeCodex

Review tests to replace loose validation (contains, isNotNull, isNotEmpty) with strict validation (isEqualTo on parsed fields). Use when user wants to improve test assertions or mentions /test-review command.

50 6d ago A 46 tokens original MIT

test-spec

65

rakovi4/continue-framework

Skill Claude CodeCodex

Generate BDD test specifications for story in 6 categories (API, UI, Load, Infrastructure, Security, Integration). Use when user wants to create test cases or mentions /test-spec command.

50 6d ago A 42 tokens original MIT

test-usecase

66

rakovi4/continue-framework

Skill Claude CodeCodex

Run use-case module tests quickly. Use when user wants to run use-case tests or mentions /test-usecase command.

50 6d ago A 28 tokens original MIT