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

skills

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

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

이 저장소의 skills

agents-md
소프트웨어 개발자

Create and update AGENTS.md project rules. Use when authoring or amending the cross-tool conventions agents must follow.

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

Write forward-looking startup instructions for the next session, then reset context to save costs. Use when the context is getting long or before switching focus.

2026-07-23
ship
소프트웨어 개발자

Run pre-release checks, pick the version bump, and cut the release. Use when ready to tag and release.

2026-07-23
spec
소프트웨어 개발자

Create and maintain a specification that states what to build, not how. Use when writing a spec, editing requirements, or defining acceptance criteria.

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

Run all review dimensions against a diff or a path. Use when reviewing a feature branch before merge, reviewing someone else's PR, or auditing a file path.

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

Create or update project documentation. Use when creating architecture docs, runtime docs, reference docs, or design documents that explain what the system does.

2026-07-19
architecture-review
소프트웨어 개발자

Review architecture, boundaries, and design consistency. Use when reviewing module boundaries, extension seams, or contract drift.

2026-07-10
build
소프트웨어 개발자

Implement features incrementally through vertical slices. Use when building features, adding functionality, or implementing tasks that touch multiple files.

2026-07-10
correctness-review
소프트웨어 개발자

Review whether changed logic does what it claims — bugs, edge cases, broken contracts. Use when reviewing a diff for correctness, not just style or structure.

2026-07-10
debug
소프트웨어 개발자

Debug systematically with structured triage. Use when tests fail, builds break, or runtime behavior doesn't match expectations.

2026-07-10
deprecation
소프트웨어 개발자

Deprecate and remove code safely. Use when replacing systems, removing unused features, or consolidating duplicate implementations.

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

Design stable interfaces that are hard to misuse. Use when defining contracts, module boundaries, or public APIs.

2026-07-10
doc-review
소프트웨어 개발자

Review docs for drift, missing updates, and terminology changes. Use when code changes should be reflected in documentation.

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

Manage commits, branches, and change history. Use when committing, branching, or managing version control.

2026-07-10
issue
소프트웨어 개발자

Create a GitHub issue from a short description. Use when filing a bug, feature request, or task.

2026-07-10
plan
소프트웨어 개발자

Design a feature or behavior change through dialogue. Use when asked to plan, scope, design, or break down work before coding.

2026-07-10
pr
소프트웨어 개발자

Create a pull request with review and verify. Use when the branch is ready to merge.

2026-07-10
security-review
정보 보안 분석가

Review security risks, trust boundaries, and unsafe defaults — concrete attack paths only. Use when reviewing security posture or assessing risk before release.

2026-07-10
simplify
소프트웨어 개발자

Simplify code by reducing complexity while preserving exact behavior. Use after a feature is working, during review when complexity is flagged, or when encountering unclear code.

2026-07-10
style-review
소프트웨어 개발자

Review code style, naming, patterns, and consistency. Use when reviewing code quality or style drift.

2026-07-10
tdd
소프트웨어 개발자

Drive implementation with red-green-refactor. Use when building features or fixing bugs test-first.

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

Review test adequacy for changed code — meaningful gaps, quality problems, and unnecessary tests. Use when reviewing whether changed code has adequate tests.

2026-07-10