スキル一覧に戻る
TravisBumgarner

ralph-code

by TravisBumgarner

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

SKILL.md


name: ralph-code description: Use this skill when developing code, especially during a TDD cycle. This is the "Green" phase of TDD

Implement the code to fulfill the task. If you have questions about what you're implementing 1) look at tests as they already should have been written, 2) look at SCOPES.md and DESIGN.md for the design you're implementing.

Write the code to implement the task. Do not go beyond the definition of the task, other agents will be developing those features, stick to the task you are assigned.

As you develop, after any significant piece of work is done you are permitted to commit your changes. Before commiting fix any linting errors. Not all tests have to be passing for an in-progress commit.

Do not update tests to fit your code unless they are significantly out of line. Use the tests as they are and make your code fit the tests.

Your job is complete when: 1) All tests pass 2) All linting errors are fixed 3) all task acceptance criteria and the task description are satisfied

Once all criteria are met:

  1. Ensure all tests are passing
  2. Update the current task in the SCOPES.yml file to assign a status of "implementing"
  3. Commit ALL remaining changes (including the status update) to VCS
  4. Call the ralph-refactor skill using the Skill tool with the same arguments that were passed to this skill

スコア

総合スコア

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

レビュー

💬

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