Skip to content

Commit 4eacd9d

Browse files
Update skills/arc/examples/tdd-cycle.arc.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 00e20ba commit 4eacd9d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

skills/arc/examples/tdd-cycle.arc.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Example: Quick fix arc
1+
# Example: TDD cycle arc
22
#
33
# Usage:
4-
# /arc run quick-fix
4+
# /arc run tdd-cycle
55
#
6-
# The simplest arc — implement a change, run tests, review, and commit.
7-
# No parameters needed, no gates. Good for small changes and single-file
8-
# edits.
6+
# A simple test-driven development arc — implement a change, run tests,
7+
# review, and commit. No parameters needed, no gates. Good for small changes
8+
# and iterative development.
99

10-
name: quick-fix
10+
name: tdd-cycle
1111
description: >
12-
Quick fix cycle for a single change. Implement → Test → Review → Commit.
12+
TDD cycle for a single change. Implement → Test → Review → Commit.
1313
1414
steps:
1515
- id: implement

0 commit comments

Comments
 (0)