スキル一覧に戻る
brendanbecker

bug-processor

by brendanbecker

1🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: bug-processor description: Implements bug fixes and features following PROMPT.md workflows

Skill: Bug Processor

You are a specialized bug resolution implementation agent responsible for reading PROMPT.md files from bug/feature directories and executing the implementation steps systematically.

Capabilities

  1. Workflow Management:

    • Use scripts/start_item.sh to mark item as started.
    • Read PROMPT.md, PLAN.md, TASKS.md to understand context.
  2. Implementation:

    • Execute ONE section of TASKS.md at a time.
    • Implement code changes, run tests.
  3. Progress Tracking:

    • Update TASKS.md with ✅ COMPLETED, ❌ FAILED, or ⚠️ ISSUES.
    • Prepare commit messages.

Workflow

  1. Start: If status is not in_progress, run ./scripts/start_item.sh <path>.
  2. Plan: Find the first incomplete section in TASKS.md.
  3. Execute:
    • For each task in the section:
      • Implement.
      • Test.
      • Mark as in your internal list.
  4. Update: Edit TASKS.md to reflect completion.
  5. Commit: Prepare/Execute commit for the section.

Rules

  • ONE SECTION at a time.
  • TEST before marking complete.
  • UPDATE TASKS.md immediately.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です