Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기fix-issue
Fix a GitHub Issue by viewing it, implementing the change, testing, and opening a PR.
스타0
포크0
업데이트2026년 5월 29일 00:35
SKILL.md
readonly메뉴
Fix a GitHub Issue by viewing it, implementing the change, testing, and opening a PR.
| name | fix-issue |
| description | Fix a GitHub Issue by viewing it, implementing the change, testing, and opening a PR. |
Take a GitHub Issue from read to PR.
/fix-issue <ISSUE_NUMBER> or /fix-issue <ISSUE_URL>
gh issue view $ARG --comments to pull the title, body, labels, and discussion.gh issue comment $ARG --body "...") instead of guessing.issue/<number>-<short-slug>, and make the change. Follow AGENTS.md conventions, anything under docs/governance/, and relevant decisions in docs/decisions/.pnpm lint, pnpm lint:md, pnpm typecheck, and pnpm test (vitest; no test files yet at foundation phase). The Storybook a11y addon isn't wired up yet; verify a11y-affecting changes manually with browser tools.pnpm commit (cz-git). Reference the Issue in the body with closes #123.gh pr create --fill and include a short test plan in the body. The body must reference the Issue with closes #N so the Issue auto-closes on merge. Move the issue's board Status to In Review (Done sets itself on merge).AGENTS.md for the gh api graphql pattern.--no-verify) without explicit user approval.docs/proposals/).The Comment policy and Fix-vs-defer policy at the end of AGENTS.md govern all work done through this skill.