بنقرة واحدة
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