left-skills 0.2.0 → 0.4.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 +3 -0
- package/README.zh.md +2 -0
- package/dist/cli.js +3712 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,6 +56,9 @@ npm uninstall -g left-skills # remove binary
|
|
|
56
56
|
left-skills usage # human-readable report
|
|
57
57
|
left-skills usage --json # for AI (JSON)
|
|
58
58
|
left-skills usage --since 7 # last 7 days
|
|
59
|
+
left-skills lint # static quality check (0-100 score)
|
|
60
|
+
left-skills doctor # diagnose install (✓/✗ + fix)
|
|
61
|
+
left-skills report --markdown > report.md # export report
|
|
59
62
|
```
|
|
60
63
|
|
|
61
64
|
Example:
|
package/README.zh.md
CHANGED