@rse/ase 0.9.50 → 0.9.52
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/dst/ase-hook.js +9 -13
- package/dst/ase-statusline.js +30 -4
- package/dst/ase-task.js +7 -2
- package/package.json +7 -7
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/.github/plugin/plugin.json +1 -1
- package/plugin/agents/ase-code-lint.md +21 -1
- package/plugin/agents/ase-meta-proximity.md +133 -0
- package/plugin/etc/stx.conf +2 -2
- package/plugin/meta/ase-common-dissect.md +110 -0
- package/plugin/meta/ase-common-task.md +5 -3
- package/plugin/meta/ase-control.md +53 -0
- package/plugin/meta/ase-format-task.md +6 -0
- package/plugin/meta/ase-skill.md +8 -8
- package/plugin/package.json +2 -2
- package/plugin/skills/ase-arch-analyze/SKILL.md +23 -12
- package/plugin/skills/ase-arch-analyze/help.md +16 -0
- package/plugin/skills/ase-arch-discover/SKILL.md +2 -2
- package/plugin/skills/ase-code-analyze/SKILL.md +33 -16
- package/plugin/skills/ase-code-analyze/help.md +19 -2
- package/plugin/skills/ase-code-craft/SKILL.md +2 -2
- package/plugin/skills/ase-code-dissect/SKILL.md +380 -0
- package/plugin/skills/ase-code-dissect/help.md +121 -0
- package/plugin/skills/ase-code-explain/SKILL.md +2 -2
- package/plugin/skills/ase-code-insight/SKILL.md +2 -2
- package/plugin/skills/ase-code-lint/SKILL.md +43 -12
- package/plugin/skills/ase-code-lint/help.md +43 -1
- package/plugin/skills/ase-code-refactor/SKILL.md +2 -2
- package/plugin/skills/ase-code-resolve/SKILL.md +2 -2
- package/plugin/skills/ase-docs-distill/SKILL.md +2 -2
- package/plugin/skills/ase-docs-proofread/SKILL.md +2 -2
- package/plugin/skills/ase-help-intent/SKILL.md +2 -2
- package/plugin/skills/ase-help-skill/SKILL.md +2 -2
- package/plugin/skills/ase-help-skill/catalog.md +4 -0
- package/plugin/skills/ase-meta-brainstorm/SKILL.md +2 -2
- package/plugin/skills/ase-meta-changelog/SKILL.md +2 -2
- package/plugin/skills/ase-meta-chat/SKILL.md +2 -2
- package/plugin/skills/ase-meta-commit/SKILL.md +2 -2
- package/plugin/skills/ase-meta-config/SKILL.md +2 -2
- package/plugin/skills/ase-meta-diaboli/SKILL.md +2 -2
- package/plugin/skills/ase-meta-diff/SKILL.md +2 -2
- package/plugin/skills/ase-meta-eli5/SKILL.md +2 -2
- package/plugin/skills/ase-meta-eli5/help.md +1 -1
- package/plugin/skills/ase-meta-evaluate/SKILL.md +2 -2
- package/plugin/skills/ase-meta-proximity/SKILL.md +51 -92
- package/plugin/skills/ase-meta-proximity/help.md +11 -10
- package/plugin/skills/ase-meta-quorum/SKILL.md +2 -2
- package/plugin/skills/ase-meta-quotes/SKILL.md +214 -0
- package/plugin/skills/ase-meta-quotes/help.md +109 -0
- package/plugin/skills/ase-meta-review/SKILL.md +2 -2
- package/plugin/skills/ase-meta-review/help.md +4 -3
- package/plugin/skills/ase-meta-search/SKILL.md +2 -2
- package/plugin/skills/ase-meta-steelman/SKILL.md +2 -2
- package/plugin/skills/ase-meta-why/SKILL.md +2 -2
- package/plugin/skills/ase-meta-workflow/SKILL.md +378 -0
- package/plugin/skills/ase-meta-workflow/help.md +117 -0
- package/plugin/skills/ase-meta-workflow/sample.md +70 -0
- package/plugin/skills/ase-meta-workflow/workflow.txt +97 -0
- package/plugin/skills/ase-sync-export/SKILL.md +2 -2
- package/plugin/skills/ase-sync-import/SKILL.md +2 -2
- package/plugin/skills/ase-sync-reconcile/SKILL.md +2 -2
- package/plugin/skills/ase-task-condense/SKILL.md +26 -6
- package/plugin/skills/ase-task-delete/SKILL.md +2 -2
- package/plugin/skills/ase-task-dissect/SKILL.md +299 -0
- package/plugin/skills/ase-task-dissect/help.md +114 -0
- package/plugin/skills/ase-task-edit/SKILL.md +6 -4
- package/plugin/skills/ase-task-grill/SKILL.md +6 -4
- package/plugin/skills/ase-task-id/SKILL.md +2 -2
- package/plugin/skills/ase-task-implement/SKILL.md +2 -2
- package/plugin/skills/ase-task-list/SKILL.md +2 -2
- package/plugin/skills/ase-task-preflight/SKILL.md +2 -2
- package/plugin/skills/ase-task-reboot/SKILL.md +12 -6
- package/plugin/skills/ase-task-rename/SKILL.md +2 -2
- package/plugin/skills/ase-task-view/SKILL.md +2 -2
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-code-dissect` - Dissect a Change Set
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-code-dissect`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[`--max-parts`|`-m` *count*]
|
|
11
|
+
[`--staged`|`-s`]
|
|
12
|
+
[`--dry`|`-d`]
|
|
13
|
+
[`--force`|`-f`]
|
|
14
|
+
[*dissect-hint*]
|
|
15
|
+
|
|
16
|
+
## DESCRIPTION
|
|
17
|
+
|
|
18
|
+
The `ase-code-dissect` skill treats the current Git change set as an
|
|
19
|
+
*epic* and *dissects* it domain-wise and logically into *cohesive
|
|
20
|
+
parts*. Each part is a self-contained unit of change with a single
|
|
21
|
+
coherent purpose, so it can be reviewed and committed *atomically* and
|
|
22
|
+
*independently* of the others.
|
|
23
|
+
|
|
24
|
+
The change set is captured from the working copy (`git diff`), with
|
|
25
|
+
untracked files folded in *read-only*, or -- under `--staged`/`-s` --
|
|
26
|
+
from the Git index (`git diff --cached HEAD`). The dissection follows a
|
|
27
|
+
strict ruleset: at least *2* and at most *count* parts are derived,
|
|
28
|
+
*every* hunk is assigned to *exactly one* part, mutually dependent hunks
|
|
29
|
+
are kept together, all hunks of one file normally stay in the same part,
|
|
30
|
+
and nothing beyond the actual change set is invented. The cut follows
|
|
31
|
+
the *semantics* of the change, not its technical structure -- a split by
|
|
32
|
+
file, directory, or technical layer is usually *not* the intended one.
|
|
33
|
+
If the change set carries only a single cohesive purpose, it is reported
|
|
34
|
+
as *not dissectable* and nothing is created.
|
|
35
|
+
|
|
36
|
+
An optional *dissect-hint* steers *how* the change set is split -- which
|
|
37
|
+
changes belong together, along which axis to cut, or how many parts to
|
|
38
|
+
aim at. It is especially useful after a `--dry` run showed an unintended
|
|
39
|
+
dissection. The hint overrides the default grouping, but never the
|
|
40
|
+
ruleset itself.
|
|
41
|
+
|
|
42
|
+
The derived parts are first reported as a *dissection table* (part
|
|
43
|
+
number, worktree id, scope, and rationale). Then -- unless `--dry` is
|
|
44
|
+
given -- each part's patch is written to a temporary file and applied
|
|
45
|
+
inside a *fresh Git WorkTree* `.ase/worktree/<project-id>-<feature-slug>`,
|
|
46
|
+
whose branch carries the same name and is created from `HEAD`. If a
|
|
47
|
+
`CHANGELOG.md` file exists, a matching entry summarizing that part is
|
|
48
|
+
added *inside* the worktree.
|
|
49
|
+
|
|
50
|
+
Every part stays *uncommitted*, a failing `git apply` is reported for
|
|
51
|
+
that part while the remaining parts continue, and the *original working
|
|
52
|
+
copy is never mutated*.
|
|
53
|
+
|
|
54
|
+
Note that the working-copy patch (without `--staged`) is taken relative
|
|
55
|
+
to the Git *index* while the worktrees are created from `HEAD`. So if
|
|
56
|
+
changes are *also* staged, the affected part patches may not apply
|
|
57
|
+
cleanly and are then reported as failed; stage everything and use
|
|
58
|
+
`--staged` in that situation.
|
|
59
|
+
|
|
60
|
+
## OPTIONS
|
|
61
|
+
|
|
62
|
+
`--max-parts`|`-m` *count*:
|
|
63
|
+
Upper bound for the number of derived parts (default: `8`). The
|
|
64
|
+
lower bound is always `2`, because fewer parts are no dissection.
|
|
65
|
+
|
|
66
|
+
`--staged`|`-s`:
|
|
67
|
+
Dissect the *staged* changes (the Git index against `HEAD`) instead
|
|
68
|
+
of the working copy changes. Untracked files are then *not* folded
|
|
69
|
+
in, because they are by definition not part of the index.
|
|
70
|
+
|
|
71
|
+
`--dry`|`-d`:
|
|
72
|
+
*Report only* -- print the dissection table but create *no*
|
|
73
|
+
artifacts at all, so the decision stays fully reversible. Note that
|
|
74
|
+
this meaning differs from `--dry`/`-d` in `ase-code-craft`, where it
|
|
75
|
+
instead omits the `## VERIFICATION` section of the composed plan.
|
|
76
|
+
|
|
77
|
+
`--force`|`-f`:
|
|
78
|
+
Remove and re-create already existing worktrees and branches of the
|
|
79
|
+
derived names. Without this option, the skill detects colliding
|
|
80
|
+
targets *before* writing anything, reports them, and stops with
|
|
81
|
+
status *targets exist*.
|
|
82
|
+
|
|
83
|
+
## ARGUMENTS
|
|
84
|
+
|
|
85
|
+
*dissect-hint*:
|
|
86
|
+
A free-text hint telling *how* the change set should be split. If
|
|
87
|
+
omitted, the parts are derived from the change set alone.
|
|
88
|
+
|
|
89
|
+
The worktree names are *not* argument-driven: they are always derived
|
|
90
|
+
from the *current* project id and the per-part feature slug.
|
|
91
|
+
|
|
92
|
+
## EXAMPLES
|
|
93
|
+
|
|
94
|
+
Dissect the current working copy changes:
|
|
95
|
+
|
|
96
|
+
```text
|
|
97
|
+
❯ /ase-code-dissect
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
Preview the dissection of the staged changes into at most four parts:
|
|
101
|
+
|
|
102
|
+
```text
|
|
103
|
+
❯ /ase-code-dissect --staged --dry --max-parts 4
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
Re-dissect the changes, re-creating the previously created worktrees:
|
|
107
|
+
|
|
108
|
+
```text
|
|
109
|
+
❯ /ase-code-dissect --force
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
Dissect the changes along an explicitly given axis:
|
|
113
|
+
|
|
114
|
+
```text
|
|
115
|
+
❯ /ase-code-dissect keep the plugin and tool changes in separate parts
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
## SEE ALSO
|
|
119
|
+
|
|
120
|
+
[`ase-task-dissect`](../ase-task-dissect/help.md), [`ase-meta-diff`](../ase-meta-diff/help.md), [`ase-meta-review`](../ase-meta-review/help.md),
|
|
121
|
+
[`ase-meta-changelog`](../ase-meta-changelog/help.md), [`ase-meta-commit`](../ase-meta-commit/help.md).
|
|
@@ -15,9 +15,9 @@ allowed-tools:
|
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
17
17
|
|
|
18
|
-
<
|
|
18
|
+
<purpose name="ase-code-explain">
|
|
19
19
|
Explain Source Code
|
|
20
|
-
</
|
|
20
|
+
</purpose>
|
|
21
21
|
|
|
22
22
|
<expand name="getopt" arg1="ase-code-explain">
|
|
23
23
|
$ARGUMENTS
|
|
@@ -20,9 +20,9 @@ allowed-tools:
|
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
21
21
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
22
22
|
|
|
23
|
-
<
|
|
23
|
+
<purpose name="ase-code-insight">
|
|
24
24
|
Project Insight
|
|
25
|
-
</
|
|
25
|
+
</purpose>
|
|
26
26
|
|
|
27
27
|
<expand name="getopt" arg1="ase-code-insight">
|
|
28
28
|
$ARGUMENTS
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-code-lint
|
|
3
|
-
argument-hint: "[--help|-h] [--auto|-a] [--severity|-S=(LOW|MEDIUM|HIGH)] <source-reference>"
|
|
3
|
+
argument-hint: "[--help|-h] [--auto|-a] [--severity|-S=(LOW|MEDIUM|HIGH)] [--include|-i=<aspect>[,...]] [--exclude|-e=<aspect>[,...]] <source-reference>"
|
|
4
4
|
description: >
|
|
5
5
|
Lint source code for potential code quality problems.
|
|
6
6
|
Use when the user wants to "lint" or "check" source code.
|
|
@@ -14,13 +14,13 @@ effort: high
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
16
16
|
|
|
17
|
-
<
|
|
17
|
+
<purpose name="ase-code-lint">
|
|
18
18
|
Lint Source Code
|
|
19
|
-
</
|
|
19
|
+
</purpose>
|
|
20
20
|
|
|
21
21
|
<expand name="getopt"
|
|
22
22
|
arg1="ase-code-lint"
|
|
23
|
-
arg2="--auto|-a --severity|-S=(LOW|MEDIUM|HIGH)">
|
|
23
|
+
arg2="--auto|-a --severity|-S=(LOW|MEDIUM|HIGH) --include|-i=(none|A01|A02|A03|A04|A05|A06|A07|A08|A09|A10|A11|A12|A13|A14|A15|A16|A17|A18|A19|A20)... --exclude|-e=(none|A01|A02|A03|A04|A05|A06|A07|A08|A09|A10|A11|A12|A13|A14|A15|A16|A17|A18|A19|A20)...">
|
|
24
24
|
$ARGUMENTS
|
|
25
25
|
</expand>
|
|
26
26
|
|
|
@@ -48,7 +48,31 @@ related to a set of code quality aspects.
|
|
|
48
48
|
|
|
49
49
|
</if>
|
|
50
50
|
|
|
51
|
-
First,
|
|
51
|
+
First, determine the *effective aspect set* <aspects/>, i.e., the
|
|
52
|
+
code quality aspects which are checked at all. For this, parse
|
|
53
|
+
<getopt-option-include/> and <getopt-option-exclude/> as
|
|
54
|
+
comma-separated token lists, silently dropping the `none` sentinel
|
|
55
|
+
and any empty token. If a token <token/> is *not* one of the aspect
|
|
56
|
+
ids `A01`...`A20`, only output the following <template/> and then
|
|
57
|
+
*STOP* the entire flow (do not perform any further steps):
|
|
58
|
+
|
|
59
|
+
<template>
|
|
60
|
+
⧉ **ASE**: ✪ skill: **ase-code-lint**, ▶ ERROR: invalid aspect id: **<token/>**
|
|
61
|
+
</template>
|
|
62
|
+
|
|
63
|
+
Otherwise set <aspects/> to *all* twenty aspect ids `A01`...`A20`
|
|
64
|
+
if both lists are empty, to the *include* list if only it is
|
|
65
|
+
non-empty, to all twenty *minus* the *exclude* list if only it is
|
|
66
|
+
non-empty, and to the *include* list *minus* the *exclude* list if
|
|
67
|
+
both are non-empty. If the resulting <aspects/> is *empty*, only
|
|
68
|
+
output the following <template/> and then *STOP* the entire flow
|
|
69
|
+
(do not perform any further steps):
|
|
70
|
+
|
|
71
|
+
<template>
|
|
72
|
+
⧉ **ASE**: ✪ skill: **ase-code-lint**, ▶ ERROR: options `--include` and `--exclude` cancel out to an empty aspect set
|
|
73
|
+
</template>
|
|
74
|
+
|
|
75
|
+
Then, use the following <template/> to give a hint on this step:
|
|
52
76
|
|
|
53
77
|
<template>
|
|
54
78
|
<ase-tpl-bullet-secondary/> **LINT INVESTIGATION**
|
|
@@ -72,16 +96,17 @@ related to a set of code quality aspects.
|
|
|
72
96
|
Agent(
|
|
73
97
|
description: "Lint Investigation (<batch-index/>/<batch-count/>)",
|
|
74
98
|
subagent_type: "ase:ase-code-lint",
|
|
75
|
-
prompt: <batch
|
|
99
|
+
prompt: "<aspects/> <batch/>",
|
|
76
100
|
run_in_background: false
|
|
77
101
|
)
|
|
78
102
|
```
|
|
79
103
|
|
|
80
|
-
Here <
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
the
|
|
104
|
+
Here <aspects/> is the comma-separated list of the effective aspect
|
|
105
|
+
ids (without any spaces), <batch/> is the space-separated list of
|
|
106
|
+
the source code file paths of the corresponding batch,
|
|
107
|
+
<batch-index/> is the 1-based index of that batch, and
|
|
108
|
+
<batch-count/> is the total number of batches, so that each
|
|
109
|
+
parallel invocation is distinguishable in the progress display.
|
|
85
110
|
|
|
86
111
|
Parse the result message of each `Agent` tool invocation as a JSON
|
|
87
112
|
array and concatenate all those arrays. Then *deduplicate* the
|
|
@@ -104,6 +129,12 @@ related to a set of code quality aspects.
|
|
|
104
129
|
*silently drop* all other problems. With the default floor `LOW`, all
|
|
105
130
|
problems are kept. `ACCEPTED` problems are *never* dropped.
|
|
106
131
|
|
|
132
|
+
Finally, sort the surviving problems in <problems/> by their
|
|
133
|
+
`severity` field from highest to lowest in the fixed order `HIGH`,
|
|
134
|
+
`MEDIUM`, `LOW`, `ACCEPTED`, so the subsequent reporting starts with
|
|
135
|
+
the most severe problem. Within the same severity, keep the
|
|
136
|
+
`file`/`line` order established above.
|
|
137
|
+
|
|
107
138
|
You *MUST* *NOT* output anything else in this STEP 1.
|
|
108
139
|
|
|
109
140
|
</step>
|
|
@@ -443,7 +474,7 @@ related to a set of code quality aspects.
|
|
|
443
474
|
|
|
444
475
|
<if condition="<getopt-option-auto/> is not equal `true`">
|
|
445
476
|
<ase-tpl-hint level="verbose">
|
|
446
|
-
Use `/ase-code-lint --auto` to apply all corrections unattended,
|
|
477
|
+
Use `/ase-code-lint --auto` to apply all corrections unattended, `--severity` to raise the reporting floor, and `--include`/`--exclude` to narrow the checked aspects.
|
|
447
478
|
</ase-tpl-hint>
|
|
448
479
|
</if>
|
|
449
480
|
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
[`--help`|`-h`]
|
|
10
10
|
[`--auto`|`-a`]
|
|
11
11
|
[`--severity`|`-S`=(`LOW`|`MEDIUM`|`HIGH`)]
|
|
12
|
+
[`--include`|`-i`=*aspect*[`,`...]]
|
|
13
|
+
[`--exclude`|`-e`=*aspect*[`,`...]]
|
|
12
14
|
*source-reference*
|
|
13
15
|
|
|
14
16
|
## DESCRIPTION
|
|
@@ -25,6 +27,22 @@ correction interactively (or refine it via a free-text hint, which
|
|
|
25
27
|
re-proposes the correction without limit) or - with `--auto` - applies
|
|
26
28
|
all corrections automatically.
|
|
27
29
|
|
|
30
|
+
By default all twenty code quality aspects are checked. The `--include`
|
|
31
|
+
and `--exclude` options narrow this to an *effective aspect set*: with
|
|
32
|
+
`--include` only, exactly the listed aspects are checked; with
|
|
33
|
+
`--exclude` only, all aspects except the listed ones; with both, the
|
|
34
|
+
included ones minus the excluded ones. An unknown aspect id, or a
|
|
35
|
+
combination which cancels out to an empty set, aborts the skill with an
|
|
36
|
+
error. The twenty aspect ids are:
|
|
37
|
+
|
|
38
|
+
```text
|
|
39
|
+
A01 FORMATTING A06 REDUNDANCY A11 TYPING A16 SECURITY
|
|
40
|
+
A02 COMPREHENSION A07 PATTERNS A12 ERROR-HANDLING A17 ARCHITECTURE
|
|
41
|
+
A03 CLEANLINESS A08 COMPLICATEDNESS A13 MEMORY-LEAK A18 LOGIC
|
|
42
|
+
A04 SPELLING A09 CONCISENESS A14 CONCURRENCY A19 FLOW
|
|
43
|
+
A05 COMPLEXITY A10 SMELLS A15 PERFORMANCE A20 DEAD-CODE
|
|
44
|
+
```
|
|
45
|
+
|
|
28
46
|
## OPTIONS
|
|
29
47
|
|
|
30
48
|
`--auto`|`-a`:
|
|
@@ -35,7 +53,19 @@ all corrections automatically.
|
|
|
35
53
|
Set the *severity floor* (default `LOW`): findings below the chosen
|
|
36
54
|
threshold are silently suppressed, ordered `LOW` < `MEDIUM` <
|
|
37
55
|
`HIGH`. The default `LOW` keeps all findings; `ACCEPTED` findings are
|
|
38
|
-
never suppressed.
|
|
56
|
+
never suppressed. Surviving findings are reported in *descending
|
|
57
|
+
severity* order `HIGH`, `MEDIUM`, `LOW`, `ACCEPTED`, keeping the
|
|
58
|
+
`file`/`line` order within the same severity.
|
|
59
|
+
|
|
60
|
+
`--include`|`-i`=*aspect*[`,`...]:
|
|
61
|
+
Restrict the checked code quality aspects to the given
|
|
62
|
+
comma-separated list of aspect ids (e.g. `A01,A04`). Without this
|
|
63
|
+
option, all twenty aspects are checked.
|
|
64
|
+
|
|
65
|
+
`--exclude`|`-e`=*aspect*[`,`...]:
|
|
66
|
+
Remove the given comma-separated list of aspect ids from the checked
|
|
67
|
+
code quality aspects. Applied *after* `--include`, so `-i A01,A02 -e
|
|
68
|
+
A02` checks `A01` only.
|
|
39
69
|
|
|
40
70
|
## ARGUMENTS
|
|
41
71
|
|
|
@@ -62,6 +92,18 @@ Lint a directory, reporting only `MEDIUM` and `HIGH` findings:
|
|
|
62
92
|
❯ /ase-code-lint -S MEDIUM src/handlers/
|
|
63
93
|
```
|
|
64
94
|
|
|
95
|
+
Lint a source file for the formatting and spelling aspects only:
|
|
96
|
+
|
|
97
|
+
```text
|
|
98
|
+
❯ /ase-code-lint -i A01,A04 src/server.ts
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
Lint a directory for all aspects except dead code:
|
|
102
|
+
|
|
103
|
+
```text
|
|
104
|
+
❯ /ase-code-lint --exclude A20 src/handlers/
|
|
105
|
+
```
|
|
106
|
+
|
|
65
107
|
## SEE ALSO
|
|
66
108
|
|
|
67
109
|
[`ase-code-analyze`](../ase-code-analyze/help.md), [`ase-code-resolve`](../ase-code-resolve/help.md), [`ase-code-refactor`](../ase-code-refactor/help.md),
|
|
@@ -17,9 +17,9 @@ allowed-tools:
|
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
19
19
|
|
|
20
|
-
<
|
|
20
|
+
<purpose name="ase-code-refactor">
|
|
21
21
|
Refactor Source Code
|
|
22
|
-
</
|
|
22
|
+
</purpose>
|
|
23
23
|
|
|
24
24
|
<expand name="getopt"
|
|
25
25
|
arg1="ase-code-refactor"
|
|
@@ -17,9 +17,9 @@ allowed-tools:
|
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
19
19
|
|
|
20
|
-
<
|
|
20
|
+
<purpose name="ase-code-resolve">
|
|
21
21
|
Resolve Problem
|
|
22
|
-
</
|
|
22
|
+
</purpose>
|
|
23
23
|
|
|
24
24
|
<expand name="getopt"
|
|
25
25
|
arg1="ase-code-resolve"
|
|
@@ -16,9 +16,9 @@ effort: high
|
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
18
18
|
|
|
19
|
-
<
|
|
19
|
+
<purpose name="ase-docs-distill">
|
|
20
20
|
Distill Key Points
|
|
21
|
-
</
|
|
21
|
+
</purpose>
|
|
22
22
|
|
|
23
23
|
<expand name="getopt"
|
|
24
24
|
arg1="ase-docs-distill"
|
|
@@ -14,9 +14,9 @@ effort: high
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
16
16
|
|
|
17
|
-
<
|
|
17
|
+
<purpose name="ase-docs-proofread">
|
|
18
18
|
Analyze documents for spelling, punctuation, or grammar errors
|
|
19
|
-
</
|
|
19
|
+
</purpose>
|
|
20
20
|
|
|
21
21
|
<expand name="getopt"
|
|
22
22
|
arg1="ase-docs-proofread"
|
|
@@ -20,9 +20,9 @@ allowed-tools:
|
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
21
21
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
22
22
|
|
|
23
|
-
<
|
|
23
|
+
<purpose name="ase-help-intent">
|
|
24
24
|
Match an Intent to an ASE Command
|
|
25
|
-
</
|
|
25
|
+
</purpose>
|
|
26
26
|
|
|
27
27
|
<expand name="getopt"
|
|
28
28
|
arg1="ase-help-intent"
|
|
@@ -19,9 +19,9 @@ allowed-tools:
|
|
|
19
19
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
21
21
|
|
|
22
|
-
<
|
|
22
|
+
<purpose name="ase-help-skill">
|
|
23
23
|
Show the Manual Page of an ASE Skill
|
|
24
|
-
</
|
|
24
|
+
</purpose>
|
|
25
25
|
|
|
26
26
|
<expand name="getopt"
|
|
27
27
|
arg1="ase-help-skill"
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
⎈ **RESEARCH**
|
|
7
7
|
○ `ase-meta-search`: Search the Internet/Web
|
|
8
8
|
○ `ase-meta-proximity`: Determine the Conceptual Proximity of a Topic
|
|
9
|
+
○ `ase-meta-quotes`: Find Quotes on a Topic
|
|
9
10
|
○ `ase-meta-brainstorm`: Collaboratively Brainstorm a Topic
|
|
10
11
|
○ `ase-meta-chat`: Query Foreign LLM for Chat
|
|
11
12
|
○ `ase-meta-quorum`: Query Multiple AIs for Quorum Answer
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
○ `ase-meta-commit`: Git Commit Message
|
|
41
42
|
○ `ase-meta-diff`: Summarize Diff
|
|
42
43
|
○ `ase-meta-review`: Review Staged Changes
|
|
44
|
+
○ `ase-code-dissect`: Dissect a Change Set
|
|
43
45
|
|
|
44
46
|
⎈ **TASK MANAGEMENT**
|
|
45
47
|
○ `ase-task-id`: Configure Task Id
|
|
@@ -48,6 +50,7 @@
|
|
|
48
50
|
○ `ase-task-edit`: Iteratively Edit a Task Plan
|
|
49
51
|
○ `ase-task-grill`: Iteratively Grill a Task Plan
|
|
50
52
|
○ `ase-task-condense`: Condense a Task Plan
|
|
53
|
+
○ `ase-task-dissect`: Dissect a Task Plan
|
|
51
54
|
○ `ase-task-reboot`: Reboot a Task Plan
|
|
52
55
|
○ `ase-task-preflight`: Preflight a Task Plan
|
|
53
56
|
○ `ase-task-implement`: Implement a Task Plan
|
|
@@ -55,6 +58,7 @@
|
|
|
55
58
|
○ `ase-task-delete`: Delete a Task Plan
|
|
56
59
|
|
|
57
60
|
⎈ **OTHER SKILLS**
|
|
61
|
+
○ `ase-meta-workflow`: Generate a Workflow Skill
|
|
58
62
|
○ `ase-meta-config`: Configuration Management
|
|
59
63
|
○ `ase-meta-compat`: Self-Test ASE Compatibility
|
|
60
64
|
|
|
@@ -17,9 +17,9 @@ effort: high
|
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
19
19
|
|
|
20
|
-
<
|
|
20
|
+
<purpose name="ase-meta-brainstorm">
|
|
21
21
|
Collaboratively Brainstorm a Topic
|
|
22
|
-
</
|
|
22
|
+
</purpose>
|
|
23
23
|
|
|
24
24
|
<expand name="getopt"
|
|
25
25
|
arg1="ase-meta-brainstorm"
|
|
@@ -19,9 +19,9 @@ allowed-tools:
|
|
|
19
19
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
21
21
|
|
|
22
|
-
<
|
|
22
|
+
<purpose name="ase-meta-changelog">
|
|
23
23
|
Update ChangeLog Entries
|
|
24
|
-
</
|
|
24
|
+
</purpose>
|
|
25
25
|
|
|
26
26
|
<expand name="getopt" arg1="ase-meta-changelog">
|
|
27
27
|
$ARGUMENTS
|
|
@@ -16,9 +16,9 @@ allowed-tools:
|
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
18
18
|
|
|
19
|
-
<
|
|
19
|
+
<purpose name="ase-meta-chat">
|
|
20
20
|
Query Foreign LLM for Chat
|
|
21
|
-
</
|
|
21
|
+
</purpose>
|
|
22
22
|
|
|
23
23
|
<expand name="getopt" arg1="ase-meta-chat">
|
|
24
24
|
$ARGUMENTS
|
|
@@ -14,9 +14,9 @@ allowed-tools:
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
16
16
|
|
|
17
|
-
<
|
|
17
|
+
<purpose name="ase-meta-commit">
|
|
18
18
|
Git Commit
|
|
19
|
-
</
|
|
19
|
+
</purpose>
|
|
20
20
|
|
|
21
21
|
<expand name="getopt" arg1="ase-meta-commit">
|
|
22
22
|
$ARGUMENTS
|
|
@@ -16,9 +16,9 @@ effort: high
|
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
18
18
|
|
|
19
|
-
<
|
|
19
|
+
<purpose name="ase-meta-config">
|
|
20
20
|
Configuration Management
|
|
21
|
-
</
|
|
21
|
+
</purpose>
|
|
22
22
|
|
|
23
23
|
<expand name="getopt"
|
|
24
24
|
arg1="ase-meta-config"
|
|
@@ -14,9 +14,9 @@ effort: xhigh
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
16
16
|
|
|
17
|
-
<
|
|
17
|
+
<purpose name="ase-meta-diaboli">
|
|
18
18
|
Play "Devil's Advocate"
|
|
19
|
-
</
|
|
19
|
+
</purpose>
|
|
20
20
|
|
|
21
21
|
<expand name="getopt"
|
|
22
22
|
arg1="ase-meta-diaboli"
|
|
@@ -21,9 +21,9 @@ allowed-tools:
|
|
|
21
21
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
22
22
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
23
23
|
|
|
24
|
-
<
|
|
24
|
+
<purpose name="ase-meta-diff">
|
|
25
25
|
Summarize Diff
|
|
26
|
-
</
|
|
26
|
+
</purpose>
|
|
27
27
|
|
|
28
28
|
<expand name="getopt"
|
|
29
29
|
arg1="ase-meta-diff"
|
|
@@ -17,9 +17,9 @@ allowed-tools:
|
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
19
19
|
|
|
20
|
-
<
|
|
20
|
+
<purpose name="ase-meta-eli5">
|
|
21
21
|
Explain a Topic Like I'm 5
|
|
22
|
-
</
|
|
22
|
+
</purpose>
|
|
23
23
|
|
|
24
24
|
<expand name="getopt"
|
|
25
25
|
arg1="ase-meta-eli5"
|
|
@@ -58,4 +58,4 @@ Explain a recent topic grounded in Internet/Web facts:
|
|
|
58
58
|
|
|
59
59
|
## SEE ALSO
|
|
60
60
|
|
|
61
|
-
[`ase-code-explain`](../ase-code-explain/help.md), [`ase-meta-search`](../ase-meta-search/help.md), [`ase-docs-distill`](../ase-docs-distill/help.md).
|
|
61
|
+
[`ase-code-explain`](../ase-code-explain/help.md), [`ase-meta-search`](../ase-meta-search/help.md), [`ase-meta-quotes`](../ase-meta-quotes/help.md), [`ase-docs-distill`](../ase-docs-distill/help.md).
|
|
@@ -15,9 +15,9 @@ effort: high
|
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
17
17
|
|
|
18
|
-
<
|
|
18
|
+
<purpose name="ase-meta-evaluate">
|
|
19
19
|
Evaluate Alternatives
|
|
20
|
-
</
|
|
20
|
+
</purpose>
|
|
21
21
|
|
|
22
22
|
<expand name="getopt" arg1="ase-meta-evaluate">
|
|
23
23
|
$ARGUMENTS
|