Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

continue-framework

continue-framework에는 rakovi4에서 수집한 skills 34개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
34
Stars
40
업데이트
2026-07-05
Forks
12
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

agent-review
소프트웨어 품질 보증 분석가·테스터

Review the latest work unit with fresh, unnarrowed eyes and surface any problem it contains as follow-ups. Use after a work-unit commit, or when the user runs /agent-review.

2026-07-05
continue
소프트웨어 개발자

Continue working on a story or task by reading progress.md, executing the next work unit, and updating progress. Use when user wants to resume story/task work or mentions /continue command.

2026-07-05
demo
소프트웨어 품질 보증 분석가·테스터

Run a Selenium test in visible (non-headless) mode with slowdown so the user can watch it. Use when user wants to demo or visually watch a Selenium test or mentions /demo command.

2026-07-05
design-preview
소프트웨어 개발자

Preview the planned design for a scenario before writing tests. Shows domain model changes, usecase patterns, and key design choices. Use before red-usecase to get user approval on the implementation approach. If the user rejects the design, offers to discuss inline or escalate to /architecture for a full ADR.

2026-07-05
handoff
소프트웨어 개발자

Write a journey summary capturing noteworthy moments (predictions, decisions, surprises, mistakes, quirks). Runs automatically the moment the agent observes something worth noting during work, and manually before /clear or /compact as a final sweep. Idempotent — skips entries already recorded. Use when the agent observes a noteworthy moment, before clearing context, or when the user mentions /handoff.

2026-07-05
plain
소프트웨어 개발자

Re-explain the last thing in plain words. Use ONLY when the user explicitly types /plain or asks to "explain that simply / in plain words / like I'm not an expert". Never invoke on your own initiative — this is a manual button the user presses when something was hard to follow.

2026-07-05
premortem
소프트웨어 품질 보증 분석가·테스터

Imagine the incident a just-shipped work unit would cause and surface unguarded gaps as follow-ups. Use after a work-unit commit, or when the user runs /premortem.

2026-07-05
prompt-refactor
소프트웨어 개발자

Scan a prompt file for layer violations and structural problems, then fix them. Use when user wants to clean up documentation files or mentions /prompt-refactor command.

2026-07-05
prompt-update
소프트웨어 개발자

Classify new content (rule, pattern, workflow step) and write it to the correct documentation layer. Use when user wants to add prompt documentation or mentions /prompt-update command.

2026-07-05
qa-run
소프트웨어 품질 보증 분석가·테스터

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 — reach every page by clicking, never by typing a direct in-app URL.

2026-07-05
rca
소프트웨어 개발자

Evidence-based root cause analysis for a defect — re-verify every prior assumption, test competing hypotheses, and confirm the cause with real data (logs, test runs, measurements) before any fix. Use for the bug-task `root cause analysis` step, or whenever a cause is claimed but not yet proven.

2026-07-05
refactor
소프트웨어 개발자

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

2026-07-05
story
소프트웨어 개발자

Generate story specifications from MVP stories list. Use when user wants to create detailed story documentation or mentions /story command.

2026-07-05
task
소프트웨어 개발자

Create a new task (bug, refactoring, or qa) with spec and progress tracking. Use when user wants to create a task or mentions /task command.

2026-07-05
test-acceptance
소프트웨어 품질 보증 분석가·테스터

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

2026-07-05
test-review
소프트웨어 품질 보증 분석가·테스터

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.

2026-07-05
test-spec
소프트웨어 품질 보증 분석가·테스터

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.

2026-07-05
align-design
웹 개발자

Align frontend component styling to match HTML mockup pixel-for-pixel. Reads mockup CSS, compares with component, fixes all differences. Use when user wants to match a component to its mockup or mentions /align-design command.

2026-04-16
api-spec
소프트웨어 개발자

Generate OpenAPI specifications for story endpoints. Use when user wants to create API specs for a story or mentions /api-spec command.

2026-04-16
architecture
소프트웨어 개발자

Facilitate architectural decisions during implementation. Use when the developer encounters a design choice with multiple viable approaches (data model, race condition handling, processing strategy, schema design) and needs structured discussion, trade-off analysis, and documentation. Triggers on /architecture or when a conversation reveals competing design options that need evaluation before coding continues.

2026-04-16
cleanup-chrome
소프트웨어 품질 보증 분석가·테스터

Kill orphaned chromedriver and headless Chrome processes left over from failed Selenium test runs. Use when Selenium tests mass-fail with Connection reset or TimeoutException, when the system feels sluggish during test runs, or when the user mentions /cleanup-chrome. Also use proactively before running frontend acceptance tests if previous runs were interrupted or stopped.

2026-04-16
design-review
웹·디지털 인터페이스 디자이너

Review frontend component for hardcoded mockup placeholder data after align-design. Flags emails, dates, prices, and other user-specific values that should be dynamic. Use when user mentions /design-review command.

2026-04-16
doc
소프트웨어 개발자

Document findings, research, or knowledge into ProductSpecification/ with proper cross-references. Use when the user wants to write up research results, create a reference doc, consolidate scattered knowledge, or mentions /doc command. Also triggers on "document this", "write this up", "let's capture what we learned", "create a reference for".

2026-04-16
interview
프로젝트 관리 전문가

Interactive interview to create interview.md for a story. Asks structured questions about scope, APIs, decisions, and constraints, then generates the handwritten-style context file. Use when user wants to create story specifics or mentions /interview command.

2026-04-16
mockups
웹·디지털 인터페이스 디자이너

Generate HTML interface mockups for user stories. Use when user wants to create UI mockups, prototypes, or mentions /mockups command.

2026-04-16
run-backend
네트워크·컴퓨터 시스템 관리자

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

2026-04-16
run-frontend
웹 개발자

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

2026-04-16
screenshot
소프트웨어 개발자

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

2026-04-16
stop-backend
네트워크·컴퓨터 시스템 관리자

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

2026-04-16
test-adapter
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-16
test-all
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-16
test-coverage
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-16
test-frontend
소프트웨어 품질 보증 분석가·테스터

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

2026-04-16
test-usecase
소프트웨어 품질 보증 분석가·테스터

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

2026-04-16