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

CDC

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

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

이 저장소의 skills

config-seeder
소프트웨어 개발자

Seed JSON configuration files into database. Use ONCE at BAZINGA session initialization, BEFORE spawning PM.

2025-12-29
bazinga-db
데이터베이스 아키텍트

Database operations for BAZINGA orchestration system. This skill should be used when agents need to save or retrieve orchestration state, logs, task groups, token usage, or skill outputs. Replaces file-based storage with concurrent-safe SQLite database. Use instead of writing to bazinga/*.json files or docs/orchestration-log.md.

2025-12-29
codebase-analysis
소프트웨어 개발자

Analyzes codebase to find similar features, reusable utilities, and architectural patterns

2025-12-29
prompt-builder
소프트웨어 개발자

Build complete agent prompts deterministically via Python script. Use BEFORE spawning any BAZINGA agent (Developer, QA, Tech Lead, PM, etc.).

2025-12-29
test-pattern-analysis
소프트웨어 품질 보증 분석가·테스터

Analyze existing tests to identify patterns, fixtures, and conventions before writing new tests

2025-12-29
context-assembler
소프트웨어 개발자

Assembles relevant context for agent spawns with prioritized ranking. Ranks packages by relevance, enforces token budgets with graduated zones, captures error patterns for learning, and supports configurable per-agent retrieval limits.

2025-12-17
lint-check
소프트웨어 품질 보증 분석가·테스터

Run code quality linters when reviewing code. Checks style, complexity, and best practices. Supports Python (ruff), JavaScript (eslint), Go (golangci-lint), Ruby (rubocop), Java (Checkstyle/PMD). Use when reviewing any code changes for quality issues.

2025-12-17
bazinga-validator
소프트웨어 품질 보증 분석가·테스터

Validates BAZINGA completion claims with independent verification. Spawned ONLY when PM sends BAZINGA. Acts as final quality gate - verifies test failures, coverage, evidence, and criteria independently. Returns ACCEPT or REJECT verdict.

2025-12-12
api-contract-validation
소프트웨어 품질 보증 분석가·테스터

Detect breaking changes in API contracts (OpenAPI/Swagger specs)

2025-12-04
db-migration-check
데이터베이스 아키텍트

Detect dangerous operations in database migrations before deployment

2025-12-04
pattern-miner
소프트웨어 개발자

Mine historical data for patterns and predictive insights

2025-11-27
quality-dashboard
소프트웨어 품질 보증 분석가·테스터

Unified project health dashboard aggregating all quality metrics

2025-11-27
security-scan
정보 보안 분석가

Run comprehensive security vulnerability scans when reviewing code. Automatically uses basic mode (fast, high/medium severity only) for first reviews, advanced mode (comprehensive, all severities) for iterations. Detects SQL injection, XSS, hardcoded secrets, insecure dependencies. Use before approving any code changes or pull requests.

2025-11-27
test-coverage
소프트웨어 품질 보증 분석가·테스터

Generate comprehensive test coverage reports when reviewing code. Identifies untested code paths and low-coverage areas. Supports Python (pytest-cov), JavaScript (jest), Go (go test -cover), Java (JaCoCo). Use when reviewing tests or before approving code changes.

2025-11-27
velocity-tracker
프로젝트 관리 전문가

Track development velocity, cycle times, and identify trends for PM decision-making

2025-11-27