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

The-Wild-Oasis-For-User

The-Wild-Oasis-For-User에는 myoshi2891에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

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

이 저장소의 skills

check-docs-sync
소프트웨어 개발자

Verify and update documentation after a git push containing feat/fix/refactor commits. TRIGGER when the user says any of the following (Japanese or English): - "ドキュメントを同期して" / "ドキュメント更新漏れを確認" - "push したからドキュメント確認して" / "仕様書を最新化" - "docs が古い" / "stale docs" / "doc sync" / "docs sync" - "/check-docs-sync" Detects stale sections in CLAUDE.md, README.md, TEST_PLAN.md, and .claude/skills/*/SKILL.md by comparing git-diff output against actual file state. Updates only the sections that are out of date. Does NOT run tests.

2026-06-02
docs-sync
소프트웨어 개발자

Ensures all project specification documents (CLAUDE.md, README.md, docs/progress.md, and individual skills/rules in .claude) are kept synchronized and updated with the latest project status, test counts, paths, and clear pending tasks. Requires updating the "Last Updated" or "Updated YYYY-MM-DD" timestamp in each document whenever a change is made. Trigger: 仕様書の更新, 更新漏れ確認, ドキュメント同期, 各仕様書を更新, 各仕様書の更新漏れがないか, docs sync, 仕様書同期, spec sync, test追加, テスト追加, 依存関係の更新, CIワークフロー変更, 設定ファイル追加, セッション終了, 再開プロンプト, progress.md, CLAUDE.md, README.md, docs-sync, spec-sync, 最終更新日, Last Updated.

2026-06-02
markdown-formatter
소프트웨어 개발자

Comprehensive guide and rules for formatting Markdown files to comply with the project's `.markdownlint.json` configuration. Addresses common errors like MD031, MD012, and MD047. Trigger: Markdownリント, markdownlint, markdown formatting, MD031, MD012, MD047, blanks-around-fences.

2026-06-02
pre-commit-check
소프트웨어 품질 보증 분석가·테스터

Run all tests and builds before committing to verify code quality. TRIGGER when the user says any of the following (Japanese or English): - "コミット前チェック" / "テスト実行" / "ビルドとテスト" / "CI 確認" - "全部テストして" / "コミットしていいか確認" - "pre-commit check" / "run tests" / "check before commit" / "verify build" Validates project build (bun run build) and tests (bun run test:all).

2026-06-02