원클릭으로
fleet
fleet에는 khang859에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Turn a rough idea into a structured goal document saved to docs/goals/YYYY-MM-DD-<slug>.md. Use when the user wants to "create a goal", "define an objective", "scope this work", "write up a goal", or turn a vague idea into something concrete with success criteria. Pass the idea as the argument. Examples: /skill:create-goal, /create-goal add dark mode to settings, /create-goal cut cold-start time in half.
Review the current branch's diff for bugs, logic errors, broken edge cases, and project-rule violations. Writes findings to docs/reviews/YYYY-MM-DD-<topic>.md. Use when the user asks to "review", "code review", "check my changes", or "look at my work" before opening a PR. Pass an optional base git ref as argument; defaults to main. Examples: /skill:code-review, /skill:code-review release-1.2, /skill:code-review HEAD~5.
This skill should be used when creating a new release for the Fleet Electron app. It covers version bumping, tagging, creating draft GitHub releases, and monitoring CI builds. Triggers on "release", "new version", "bump version", "tag release", "publish release", or any release workflow request.