feat(skills): add shared task workflows
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: sql-write
|
||||
description: Implement a focused SQL change safely.
|
||||
---
|
||||
|
||||
# SQL Write
|
||||
|
||||
Understand the schema and affected data before writing SQL.
|
||||
|
||||
Use the smallest complete change, preserve data safety, and run relevant verification.
|
||||
|
||||
Do not execute destructive operations without explicit authorization.
|
||||
Reference in New Issue
Block a user