원클릭으로
translate-issue
Sync spec file to github issue. When user type: "Sync issue #1", "sync spec #1",...
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Sync spec file to github issue. When user type: "Sync issue #1", "sync spec #1",...
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add tests for a feature based on specs/issues. Trigger khi user noi "add test
Create a pull request for current branch. Trigger khi user noi "create pr", "tao PR", "open pull request", "pr cho issue
Implement a issue. When user ask: "implement issue #1, implement feature #1,..."
Send message to slack channel. Use when user asks "send slack message, "send message to slack",...
Translate GitHub issue content to Vietnamese. When user type: "translate issue #1", "dịch issue #2", "comtor #3",...
Create a git branch feature, find issue number in github. When user type: feature #issue-number,...
| name | translate-issue |
| description | Sync spec file to github issue. When user type: "Sync issue #1", "sync spec #1",... |
Sync spec file content to GitHub issue as comments.
Extract issue number from user input. If not provided, extract from current branch name (e.g., feature/hung-#1-add-basic-login -> 1)
Find spec file matching the issue number using glob pattern specs/issues/{number}-*.md
Read the spec file content
Add two comments to the GitHub issue (owner: nxhung2304, repo: ai-overview):
Comment 1 - Vietnamese translation:
## 🇻🇳 Spec - Bản dịch tiếng Việt
{translated spec content to Vietnamese}
Comment 2 - Original language (English):
## 🇬🇧 Spec - Original
{original spec content as-is from the file}
Show the user links to both comments when done