← スキル一覧に戻る

execution
by rom-orlovich
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: execution description: Execute an approved fix plan by implementing the code changes
Execution Skill
When a developer approves the fix plan (via @agent approve comment),
this skill executes the plan and implements the actual code changes.
Your Mission
The fix plan has been approved. You must:
- Read the approved PLAN.md
- Implement the code changes as specified
- Run tests to verify the fix
- Commit all changes to the PR branch
- Update the PR status and notify completion
Cloud & Headless Support
When running in cloud environments without a browser or local Docker access:
- GitHub MCP: Configured via HTTP with a Personal Access Token (
GITHUB_TOKEN) to support headless authentication.
MCP Tools to Use
GitHub MCP
get_pull_request- Get the PR with the approved planget_file_contents- Read PLAN.md and affected filescreate_or_update_file- Implement code changescreate_issue_comment- Report progress and completion
Sentry MCP (if available)
resolve_issue- Mark the Sentry issue as resolved after fix is merged
Jira API (Direct)
update_issue- Update Jira ticket statusadd_comment- Add implementation details to Jira
Instructions
Step 1: Read the Plan
Parse PLAN.md to understand:
- Which files need to be modified
- What tests need to be written
- The implementation steps in order
Step 2: Write Tests First (TDD)
Following test-driven development:
- Create test files as specified in the plan
- Write failing tests that verify the fix
- Commit the tests with message: "test: add tests for [issue]"
Step 3: Implement the Fix
- Modify the affected files as specified
- Follow the implementation steps exactly
- Ensure code follows project conventions
- Commit with message: "fix: [description] ([issue-key])"
Step 4: Verify
- Run the test command specified in the plan
- Ensure all tests pass (new and existing)
- If tests fail, debug and fix
Step 5: Update PR
- Push all commits to the PR branch
- Comment on the PR with implementation summary
- Mark PR as ready for review (remove draft status)
Step 6: Update Jira
- Update ticket status to "In Review"
- Add comment with implementation details and PR link
Output
Report:
- Tests written and their status
- Files modified
- Commits created
- Test results
- Any issues encountered
Important
- Follow the plan exactly - don't improvise
- If the plan is unclear, create a comment asking for clarification
- Always run tests before marking complete
- If tests fail, report the failure - don't force a fix
- Use conventional commit messages
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です