-
-
Notifications
You must be signed in to change notification settings - Fork 25k
ETA-552: Consolidate testing — remove verification-loop skill #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -57,9 +57,8 @@ Type `/` in chat and select from the menu, or use: | |||||
|
|
||||||
| | Skill | Use For | | ||||||
| |-------|---------| | ||||||
| | `tdd-workflow` | Red-green-refactor TDD cycle | | ||||||
| | `tdd-workflow` | Red-green-refactor TDD cycle + pre-PR verification gate | | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: The quick reference now claims Prompt for AI agents
Suggested change
|
||||||
| | `security-review` | Comprehensive security audit | | ||||||
| | `verification-loop` | Continuous validation and improvement | | ||||||
| | `coding-standards` | Code style and standards enforcement | | ||||||
| | `api-design` | RESTful API design patterns | | ||||||
| | `frontend-patterns` | React/Vue/Angular best practices | | ||||||
|
|
@@ -207,7 +206,7 @@ Toggle hooks in the Agent Hooks panel or edit `.kiro/hooks/*.kiro.hook` files. | |||||
| "Analyze the user module architecture" | ||||||
|
|
||||||
| 2. /agent swap refactor-cleaner | ||||||
| #verification-loop | ||||||
| #tdd-workflow | ||||||
| "Refactor based on the analysis" | ||||||
|
|
||||||
| 3. /agent swap code-reviewer | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -130,6 +130,6 @@ Outcome: Success | |||||||||||
| ## Integration with Other Skills | ||||||||||||
|
|
||||||||||||
| - **tdd-workflow**: Combine with eval-first loop for test-driven development | ||||||||||||
| - **verification-loop**: Use for continuous validation during implementation | ||||||||||||
| - **tdd-workflow**: Also provides a pre-PR verification gate for continuous validation during implementation | ||||||||||||
|
Comment on lines
131
to
+133
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The replacement of the Both bullets should be merged into one to avoid redundancy:
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: Integration list now contains two separate Prompt for AI agents |
||||||||||||
| - **search-first**: Apply before implementation to find existing solutions | ||||||||||||
| - **coding-standards**: Reference during code review phase | ||||||||||||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2: Duplicate
tdd-workflowskill entry with conflicting descriptions in the skills inventory; this can confuse contributors or any tooling that expects unique skill names.Prompt for AI agents