slash-do 1.6.1 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/commands/do/better-swift.md +974 -0
- package/commands/do/better.md +2 -2
- package/commands/do/help.md +1 -0
- package/commands/do/review.md +53 -2
- package/install.sh +33 -9
- package/lib/code-review-checklist.md +32 -15
- package/lib/swift-review-checklist.md +186 -0
- package/package.json +1 -1
- package/uninstall.sh +2 -2
package/README.md
CHANGED
|
@@ -61,6 +61,7 @@ All commands live under the `do:` namespace:
|
|
|
61
61
|
| `/do:release` | Create a release PR with version bump and changelog |
|
|
62
62
|
| `/do:review` | Deep code review against best practices |
|
|
63
63
|
| `/do:better` | Full DevSecOps audit with 7-agent scan and remediation |
|
|
64
|
+
| `/do:better-swift` | SwiftUI DevSecOps audit with multi-platform coverage |
|
|
64
65
|
| `/do:goals` | Generate GOALS.md from codebase analysis |
|
|
65
66
|
| `/do:replan` | Review and clean up PLAN.md |
|
|
66
67
|
| `/do:omd` | Audit and optimize markdown files |
|