Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 07:17
SKILL.md
| name | source-command-fix-issue |
| description | GitHub 이슈를 읽고 feature 브랜치에서 구현, 검증, 커밋, 푸시, PR까지 진행합니다 |
Use this skill when the user asks to run the migrated source command fix-issue.
GitHub 이슈를 해결하고 PR을 생성합니다.
/fix-issue <이슈번호>
/fix-issue <이슈URL>
$ARGUMENTSmain 브랜치 최신 상태를 확인한 뒤 이슈용 feature 브랜치를 만든다.gh issue view {이슈번호}
feat/이슈-짧은-설명fix/이슈-짧은-설명refactor/이슈-짧은-설명docs/이슈-짧은-설명AGENTS.md, .codex/docs/WORKFLOW.md, docs/CODE_STYLE.md 의 규칙에 맞춰 구현한다..codex/docs/VALIDATION.md에서 변경 범위에 맞는 Validation gate를 선택해 실행한다.feat:, fix:, refactor:, docs:, test:, chore:, ci:)Closes #{이슈번호} 를 포함한다.create-pr 스킬 규칙에 맞춰 PR을 생성한다.Co-Authored-By 포함).main 브랜치에 직접 커밋하지 않는다.feat: 러닝 세션 공유 링크 만료 시간 커스터마이징
- ShareConfig 에 maxTtlSeconds 프로퍼티 추가
- ShareService.createLink()가 사용자 지정 TTL 을 받도록 변경
- 최대값 초과 시 INVALID_INPUT 예외
Closes #42
[HINT] Download the complete skill directory including SKILL.md and all related files