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

roo_code_setting

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

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

이 저장소의 skills

accessibility-checker
웹 개발자

Verify WCAG 2.1 AA compliance by analyzing HTML structure, ARIA usage, contrast, keyboard patterns, and semantic markup. Runs before completion in FE Designer mode.

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

Guide the design of beautiful, accessible, systematic UI components. Auto-triggers when creating or restyling components in FE Designer mode.

2026-04-12
design-system-audit
소프트웨어 품질 보증 분석가·테스터

Audit design system consistency — check tokens, spacing, colors, typography usage across the codebase. Triggers when modifying shared styles or on user request.

2026-04-12
ui-critique
웹·디지털 인터페이스 디자이너

Self-critique visual output before completion. Evaluates visual hierarchy, CTA clarity, cognitive load, spacing consistency, and layout priority. MUST run before attempt_completion in FE Designer mode.

2026-04-12
lint-and-validate
소프트웨어 품질 보증 분석가·테스터

MANDATORY: Run validation tools after EVERY code change. Do not finish until code is error-free.

2026-04-11
coding-standards
소프트웨어 개발자

Auto-enforce coding standards after every code change in Code mode. Checks file size, nesting, naming, error handling, and anti-patterns.

2026-04-11
context-budget
소프트웨어 개발자

Monitor and manage context window usage to prevent overflow and optimize token efficiency.

2026-04-11
continuous-learning
소프트웨어 개발자

Capture lessons learned, patterns, and user preferences after complex sessions to improve agent behavior over time.

2026-04-11
code-graph-build
소프트웨어 개발자

Build or update the code knowledge graph for the current project. Use when first setting up graph, after major refactoring, or when graph seems stale. Requires code-review-graph MCP server.

2026-04-10
code-graph-impact
소프트웨어 개발자

Run blast-radius impact analysis before making code changes. Shows all callers, dependents, and tests affected by a change. Requires code-review-graph MCP server.

2026-04-10
code-graph-review
소프트웨어 품질 보증 분석가·테스터

Perform a graph-assisted code review using blast-radius analysis. Token-efficient delta review that only reads changed code and its impact zone. Requires code-review-graph MCP server.

2026-04-10
project-context
소프트웨어 개발자

Auto-detect project type, language, framework and generate .roo/project-context.md for context-aware agent behavior.

2026-04-09
search-first
소프트웨어 개발자

Enforce research-before-implementation workflow to reduce duplication and hallucination. Mandatory before creating new files or functions in Code mode.

2026-04-09
workspace-audit
일반 사무원

Self-audit workspace configuration for consistency — verify modes, rules, skills alignment and detect issues.

2026-04-09
context-checkpoint
소프트웨어 개발자

Save progress to a markdown file when context grows large or after many tool calls, preserving key decisions and state for continuity.

2026-04-09
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

MANDATORY: Verify with evidence before ANY completion claim. Run commands, check output, then state results.

2026-04-09
tutorial-engineer
고등교육 컴퓨터공학 교원

Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples.

2026-04-09
concise-planning
소프트웨어 개발자

Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.

2026-04-09
cicd-automation-workflow-automate
소프트웨어 개발자

CI/CD pipeline and GitHub Actions workflow automation expert. Designs reliable build/test/deploy pipelines with quality gates and security.

2026-04-09
devops-troubleshooter
네트워크·컴퓨터 시스템 관리자

Incident response, advanced debugging, and modern observability for DevOps. Use for production issues and system reliability.

2026-04-09
secrets-management
네트워크·컴퓨터 시스템 관리자

Secure secrets management for CI/CD pipelines — Vault, AWS Secrets Manager, rotation, and scanning.

2026-04-09
api-documentation
소프트웨어 개발자

API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation.

2026-04-09
documentation-templates
소프트웨어 개발자

Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.

2026-04-09
readme
소프트웨어 개발자

Generate comprehensive README.md documentation. Use when creating or updating project README files.

2026-04-09
ai-agent-development
소프트웨어 개발자

AI agent development workflow for building autonomous agents, multi-agent systems, and agent orchestration with CrewAI, LangGraph, and custom agents.

2026-04-09
gemini-api-dev
소프트웨어 개발자

Gemini API development guide with current models, SDK references, and code examples for text, multimodal, function calling, and structured output.

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

Use when implementing any feature or bugfix, before writing implementation code

2026-04-09
testing-patterns
소프트웨어 품질 보증 분석가·테스터

Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.

2026-04-09
differential-review
정보 보안 분석가

Security-focused code review for PRs, commits, and diffs.

2026-04-09
finishing-a-development-branch
소프트웨어 개발자

Guide branch completion: verify tests → present merge/PR/keep/discard options → execute and clean up.

2026-04-09
planning-with-files
파일 사무원

Work like Manus: Use persistent markdown files as your "working memory on disk."

2026-04-09
wiki-qa
소프트웨어 개발자

Quick evidence-based Q&A from source code. Use when user asks about the codebase, a specific file/function, or 'how does X work'.

2026-04-09
wiki-researcher
소프트웨어 개발자

Deep 5-iteration architectural trace grounded in source code. Use when user needs in-depth system analysis spanning many files.

2026-04-09
cc-skill-security-review
정보 보안 분석가

OWASP-based security checklist for code review — auth, input validation, XSS, CSRF, secrets management.

2026-04-09
skill-check
소프트웨어 개발자

Validate agent skills against the agentskills specification. Catches structural, semantic, and naming issues before users do.

2026-04-09
writing-skills
소프트웨어 개발자

Guide for creating, updating, or improving RooCode agent skills with templates and best practices.

2026-04-09
systematic-debugging
소프트웨어 개발자

Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior — before proposing fixes.

2026-04-09
create-issue-gate
프로젝트 관리 전문가

Use when starting a new implementation task and an issue must be created with strict acceptance criteria gating before execution.

2026-04-09
product-manager
프로젝트 관리 전문가

Senior PM agent with 6 knowledge domains, 30+ frameworks, 12 templates, and 32 SaaS metrics with formulas. Pure Markdown, zero scripts.

2026-04-09
windows-shell-reliability
소프트웨어 개발자

Reliable command execution on Windows: paths, encoding, and common binary pitfalls.

2026-04-09