feat(skills): add shared task workflows
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: facts-verification
|
||||
description: Verify factual claims against available evidence.
|
||||
---
|
||||
|
||||
# Facts Verification
|
||||
|
||||
Check important claims against source code, documentation, commands, or other appropriate evidence.
|
||||
|
||||
Return the claim, evidence, and confidence. Mark unknowns explicitly.
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: regression-verification
|
||||
description: Check that existing behavior was not unintentionally broken.
|
||||
---
|
||||
|
||||
# Regression Verification
|
||||
|
||||
Identify the affected existing behavior and run proportionate regression checks.
|
||||
|
||||
Report results and any unverified areas. Do not claim checks that were not run.
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: work-item-verification
|
||||
description: Verify that a work item meets its stated acceptance criteria.
|
||||
---
|
||||
|
||||
# Work Item Verification
|
||||
|
||||
Compare the completed change with its requirements and acceptance criteria.
|
||||
|
||||
Return passed criteria, failed criteria, checks run, and remaining limitations.
|
||||
Reference in New Issue
Block a user