feat(skills): add shared task workflows

This commit is contained in:
Julian lechner
2026-09-11 14:42:47 +02:00
parent 30a057c41b
commit 54820797fa
22 changed files with 241 additions and 0 deletions
@@ -0,0 +1,12 @@
---
name: code-review
description: Review code for correctness, maintainability, and regressions.
---
# Code Review
Inspect the change independently and report concrete findings with severity and evidence.
Check behavior, regressions, maintainability, unnecessary complexity, and verification.
Do not modify code unless explicitly asked.