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

documentation

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

수집된 skills
22
Stars
1.3k
업데이트
2026-06-30
Forks
1.3k
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

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

Top-level review orchestrator: runs style-check, outline-check, outline-ux-analyzer, code-verify, coherence-check, and pitfalls-check on a file, directory, or PR.

2026-06-30
pr
소프트웨어 개발자

Create a pull request on strapi/documentation following git-rules.md. Strict flat-text description, no headings, no test plan.

2026-06-18
document
소프트웨어 개발자

End-to-end documentation orchestrator: chains all four inki phases (research, write, review, submit) for a single subject. Gates between each phase by default; --non-interactive chains without pauses and runs a review-fix loop. The simplest way to document a subject from scratch.

2026-06-17
outline
소프트웨어 개발자

Generate an outline for a new documentation page from a topic brief and the appropriate template.

2026-06-16
pitfalls-add
소프트웨어 개발자

Add a new entry to the known-pitfalls catalog that pitfalls-check audits against. Verifies the correct pattern against the Strapi source before adding, and confirms with the user. Use when you have found a documentation mistake worth catching automatically in future reviews.

2026-06-16
pr-fix
소프트웨어 개발자

Rewrite the title or description/body of one or more open PRs on strapi/documentation to match git-rules.md. Strict one-by-one confirmation, or auto-edit with --non-interactive.

2026-06-16
submit
소프트웨어 개발자

Top-level orchestrator: branch (if needed), commit, push, then open a PR. Each step asks for confirmation before continuing, unless --non-interactive is passed.

2026-06-16
write
소프트웨어 개발자

Top-level write orchestrator: outline a new page, get user approval, then draft from the outline.

2026-06-16
code-verify
소프트웨어 품질 보증 분석가·테스터

Verify code blocks in a documentation file: check syntax, references, and consistency with the underlying Strapi APIs.

2026-06-16
coherence-check
소프트웨어 개발자

Check a documentation file for cross-page coherence: terminology, links, and consistency with related pages.

2026-06-16
coverage
소프트웨어 개발자

Audit the documentation coverage of a Strapi feature or module: list what is documented vs missing.

2026-06-16
draft
소프트웨어 개발자

Draft a documentation page from an approved outline, the matching template, and the relevant authoring guide.

2026-06-16
exists
소프트웨어 개발자

Check whether a documentation topic is already covered on strapi/documentation: searches llms.txt, doc files, sidebars, and open GitHub PRs.

2026-06-16
outline-check
소프트웨어 개발자

Check the structural outline of a documentation page: heading hierarchy, section order, completeness against the template.

2026-06-16
outline-ux-analyzer
소프트웨어 개발자

Analyze the pedagogical UX of a documentation outline: progression from beginner to advanced, signposting, and reading flow.

2026-06-16
pitfalls-check
소프트웨어 개발자

Audit a documentation file against the known-pitfalls list: common mistakes, outdated patterns, deprecated APIs.

2026-06-16
research
소프트웨어 개발자

Top-level research orchestrator: combines exists, route, and coverage to give a complete picture before writing.

2026-06-16
route
소프트웨어 개발자

Given a strapi/strapi or strapi/cloud PR, identify which documentation pages and sections must be updated to cover the change.

2026-06-16
style-check
소프트웨어 개발자

Run deterministic style checks on a documentation file or directory, then layer AI judgment on top using the migrated style-checker prompt.

2026-06-16
branch
소프트웨어 개발자

Create a new branch in strapi/documentation with auto-detected prefix (cms/, cloud/, repo/) based on the files that will be touched.

2026-06-04
commit
소프트웨어 개발자

Stage and commit documentation changes in strapi/documentation. Enforces git-rules.md, protected paths, and branch prefix detection.

2026-06-04
push
소프트웨어 개발자

Push the current branch in strapi/documentation to origin. Validates branch name against git-rules.md conventions.

2026-06-04