Loading...
Loading...
Found 120 Skills
Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent.
Use when debugging bugs, test failures, build failures, performance regressions, or unexpected behavior and you need root-cause investigation before proposing fixes. Trigger on requests to debug, investigate why something broke, or find the source of a technical issue.
Use this whenever you encounter any bugs, test failures, or abnormal behavior, and execute it before proposing a fix
Test-driven development workflow — write failing tests first, implement minimum code, run full suite, commit. Use when implementing features, fixing bugs, or adding test coverage. Includes mock bootstrap phase for projects with mockReset:true.
Use this skill whenever you are implementing a feature using TDD.
Use this when encountering any errors, test failures, or unexpected behavior before proposing a fix
Apply this when developing new features that add to or change the business logic of the system
Use when writing any code - enforces test-driven development discipline with RED-GREEN-REFACTOR cycle, fires during any coding task
Use test-first development for behavioral changes. Write a failing test, make it pass, then simplify.
Test-Driven Development enforcement skill - write tests first, always
Professional software implementation skill for building features, components, and systems through multi-phase TDD development and incremental delivery.
Test-driven development using the RED-GREEN-refactor cycle. Suitable for users who want to build new features or fix bugs with TDD, mention "red-green-refactor", want to use integration testing, or ask about "test-first development".