fix-ci
1
总安装量
1
周安装量
#51569
全站排名
安装命令
npx skills add https://github.com/duc01226/easyplatform --skill fix-ci
Agent 安装分布
antigravity
1
gemini-cli
1
Skill 文档
â ï¸ Anti-Hallucination Reminder
Before modifying ANY code: Verify assumptions with actual code evidence. Search for usages, read implementations, trace dependencies. If confidence < 90% on any change, investigate first or ask user. See .claude/skills/shared/anti-hallucination-protocol.md for full protocol.
Github Actions URL
$ARGUMENTS
Workflow
- Use
debuggersubagent to read the github actions logs withghcommand, analyze and find the root cause of the issues and report back to main agent. - Start implementing the fix based the reports and solutions.
- Use
testeragent to test the fix and make sure it works, then report back to main agent. - If there are issues or failed tests, repeat from step 2.
- After finishing, respond back to user with a summary of the changes and explain everything briefly, guide user to get started and suggest the next steps.
Notes
- If
ghcommand is not available, instruct the user to install and authorize GitHub CLI first.
IMPORTANT Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed