Skip to main content

이 저장소의 skills

TuYv/ccpm - 57페이지

SkillsMP는 TuYv/ccpm에서 5,252개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

TuYv/ccpm

수집된 skill 5,252개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Checks document semantic content against SCOPE and project goals, coverage gaps, off-topic content, SSOT. Use when auditing documentation relevance.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Checks inline code documentation quality: WHY-not-WHAT, density, forbidden content, docstrings quality, actuality, legacy cleanup. Use when auditing comments and docstrings.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Verifies claims in .md files (paths, versions, counts, configs, endpoints) against codebase, cross-checks contradictions. Use when auditing docs accuracy.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Validates, commits, pushes, and remotely verifies approved repository changes. Use when publication is requested; not for releases, package publishing, or announcements.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when auditing the codebase through the evaluation platform with mandatory research, coordinated domain audit workers, and structured summaries.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Checks application security boundaries: secrets, injection, XSS, input validation, and sensitive env defaults. Use when auditing exploitable code paths.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Checks build, lint, type, test, and CI delivery gate failures. Use when auditing whether the project can reliably ship.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Checks evidence-backed duplication, over-abstraction, and unused extensibility. Use when auditing DRY/KISS/YAGNI risk.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Checks local maintainability hotspots: complexity, long methods, god modules, signatures, algorithms, and constants. Also flags identifier drift across API/DTO/DB layers. Use when auditing code hotspots.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Checks dependency health and generic custom utility/integration replacement opportunities. Use when auditing dependency and reuse risk.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Finds code that can be safely deleted: unreachable, unused, obsolete compatibility, and commented-out code. Use when pruning dead code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Checks diagnosability through structured logs, metrics, traces, correlation IDs, and useful log levels. Use when auditing incident visibility.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Checks races, deadlocks, async hazards, TOCTOU, blocking I/O, and shared resource contention. Use when auditing concurrency correctness.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Checks runtime lifecycle and config validation: bootstrap, shutdown, probes, cleanup, env sync, and fail-fast startup. Use for runtime readiness.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Prepares and publishes a tagged GitHub release from repository evidence. Use for an explicit release request; not for ordinary commits, packages, or community news.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when auditing the test surface through the evaluation platform with mandatory research, coordinated test audit workers, and structured summaries.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Detects tests proving platform behavior instead of local product behavior. Use when auditing product-behavior focus.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Audits E2E coverage for critical user-visible journeys and wasteful E2E tests. Use when reviewing E2E journey value.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Scores each test by portfolio value and returns KEEP/DELETE/MERGE/REWRITE. Use when pruning test-suite cost.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Identifies missing tests for unique critical local logic: money, auth, permissions, data integrity, algorithms, and domain rules. Use when auditing critical logic coverage gaps.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Audits whether test results can be trusted: flakiness, isolation, real external dependencies, time/random/order dependency, and shared state. Use when auditing test trustworthiness.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Audits manual test evidence quality: reproducibility, fail-fast behavior, expected evidence/golden files, idempotency, and documentation. Use when auditing manual tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Audits test maintainability and structure: layout drift, orphan tests, fragmented duplicates, test-to-source mapping, and domain grouping. Use when auditing test suite organization.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Audits assertion strength and test oracles that prove real defects. Use when finding weak tests that execute code but prove little.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Drafts and publishes fact-checked GitHub Discussions announcements. Use for releases, updates, or project news; not for release creation or issue responses.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when auditing architectural patterns through the evaluation platform with mandatory best-practice research, coordinated pattern workers, and structured summaries.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audits whether one implemented architectural pattern fits project needs and best practices. Use when checking pattern fitness.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Checks layer, resource ownership, and orchestration boundaries. Use when auditing architecture boundary enforcement.

원문 언어: 영어

업데이트
직업 분류
컴퓨터 시스템 분석가
설명

Creates a project baseline of architecture drivers and constraints. Use before design or planning; not for target design, plan review, implementation, or architecture audit.

원문 언어: 영어

업데이트
직업 분류
컴퓨터 시스템 분석가
설명

Documents implemented current-state architecture from repository evidence. Use for onboarding or migration baselines; not for target design, audit verdicts, or code changes.

원문 언어: 영어

업데이트
직업 분류
컴퓨터 시스템 분석가
설명

Creates a decision-complete target system design from requirements and constraints. Use before implementation planning; not for requirements baselines, reviews, audits, or code changes.

원문 언어: 영어

업데이트
직업 분류
컴퓨터 시스템 분석가
설명

Records one architecture decision with context, alternatives, tradeoffs, and consequences. Use for a significant choice; not for broad design, audit, or implementation.

원문 언어: 영어

업데이트
직업 분류
컴퓨터 시스템 분석가
설명

Creates evidence-backed current or target architecture diagrams when the diagram is the primary deliverable. Not for UI design, architecture audit, or invented structure.

원문 언어: 영어

업데이트
직업 분류
컴퓨터 시스템 분석가
설명

Plans a reversible architecture migration with compatibility, data movement, rollout, and rollback. Use for current-to-target transitions; not execution, generic planning, or delivery review.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when you need to ask questions about a codebase or understand code using a knowledge graph

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Launch the interactive web dashboard to visualize a codebase's knowledge graph

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze a Figma file via the Figma REST API and generate an interactive design knowledge graph (pages, screens, components, component sets, instances, design tokens) with a kind:"design" dashboard.

원문 언어: 영어

업데이트
수집된 skill 5,252개 중 40개를 표시합니다.