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

cc-skill

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

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

이 저장소의 skills

skill-enhance
기타 컴퓨터 관련 직업

Improve a SKILL.md file by applying missing or weak skill-authoring patterns (17 patterns across 7 categories). Use when a skill needs strengthening, after running skill:check to identify gaps, or when creating a new skill from scratch. Do NOT use for prompt-level improvements (use prompt:enhance instead) or for evaluation only (use skill:check instead).

2026-07-15
skill-measure
소프트웨어 개발자

Run a baseline-enhance-reeval loop on a SKILL.md to measure improvement. Generates targeted test cases for enhanced patterns to ensure the comparison reflects actual improvement in changed areas. Use when testing whether skill:enhance actually improves eval scores, measuring skill quality before and after changes, or automating the measure-enhance-measure workflow. Do NOT use for evaluation only (use /eval-run instead), for enhancement only (use skill:enhance instead), or for setting up eval infrastructure (use /eval-analyze and /eval-dataset instead).

2026-07-15
skill-check
소프트웨어 개발자

Evaluate a SKILL.md file using three-layer linting: schema validation, 17 skill-authoring patterns, and optional substance review (--deep). Use when reviewing skill quality, checking pattern coverage, testing activation metadata, or assessing a skill before sharing. Add --deep for qualitative substance review. Do NOT use for prompt-level analysis (use prompt:skill-checker instead) or for enhancing/rewriting skills (use skill:enhance instead).

2026-07-15
deploy-staging
네트워크·컴퓨터 시스템 관리자

Deploy a service to the staging environment with health checks and rollback. Use when asked to deploy, push to staging, release to staging, or test a deployment. Do NOT use for production deployments (use deploy:production instead) or for CI/CD pipeline configuration.

2026-07-14
format-code
소프트웨어 개발자

Format source code files

2026-07-14
db-migrate
데이터베이스 아키텍트

Run database migrations against the target environment. Use when applying schema changes, running pending migrations, or checking migration status. Do NOT use for seed data insertion or database backups.

2026-07-14
review-dependencies
소프트웨어 개발자

Analyze project dependencies for security vulnerabilities, license compliance, and staleness. Use when auditing dependencies, checking for CVEs, reviewing license obligations, or assessing upgrade risk. Not for actually upgrading packages (use update:deps instead).

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

Generate unit tests for a source file. Analyzes the code and creates test cases covering public functions, edge cases, and error paths. Use when you need test coverage for new code or when tests are missing.

2026-07-14
log-search
네트워크·컴퓨터 시스템 관리자

Search application logs for patterns and errors

2026-07-14
api-scaffold
소프트웨어 개발자

Generate a REST API endpoint with handler, route, and basic tests. Use when adding new API endpoints to the project.

2026-07-14
git-amend
소프트웨어 개발자

Amend the last commit with staged changes

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

Review a pull request for code quality, test coverage, and architectural alignment. Use when asked to review a PR, check code quality, provide feedback on changes, or audit a diff. Do NOT use for creating PRs (use pr:create) or for merging (use pr:merge).

2026-07-14
docs-changelog
소프트웨어 개발자

Generate a changelog entry from recent git commits. Use when preparing a release or documenting what changed between versions.

2026-07-14