
ralph-code
by TravisBumgarner
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:
- Ensure all tests are passing
- Update the current task in the SCOPES.yml file to assign a status of "implementing"
- Commit ALL remaining changes (including the status update) to VCS
- Call the ralph-refactor skill using the Skill tool with the same arguments that were passed to this skill
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です