@codyswann/lisa 1.19.0 → 1.19.1

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.
Files changed (40) hide show
  1. package/all/copy-overwrite/.claude/README.md +7 -1
  2. package/all/copy-overwrite/.claude/commands/plan/create.md +6 -0
  3. package/all/copy-overwrite/.claude/commands/plan/implement.md +6 -0
  4. package/all/copy-overwrite/HUMAN.md +114 -265
  5. package/all/deletions.json +18 -0
  6. package/package.json +1 -1
  7. package/all/copy-overwrite/.claude/commands/project/add-test-coverage.md +0 -11
  8. package/all/copy-overwrite/.claude/commands/project/archive.md +0 -11
  9. package/all/copy-overwrite/.claude/commands/project/bootstrap.md +0 -11
  10. package/all/copy-overwrite/.claude/commands/project/debrief.md +0 -11
  11. package/all/copy-overwrite/.claude/commands/project/document.md +0 -11
  12. package/all/copy-overwrite/.claude/commands/project/execute.md +0 -11
  13. package/all/copy-overwrite/.claude/commands/project/fix-linter-error.md +0 -11
  14. package/all/copy-overwrite/.claude/commands/project/implement.md +0 -11
  15. package/all/copy-overwrite/.claude/commands/project/local-code-review.md +0 -10
  16. package/all/copy-overwrite/.claude/commands/project/lower-code-complexity.md +0 -9
  17. package/all/copy-overwrite/.claude/commands/project/plan.md +0 -11
  18. package/all/copy-overwrite/.claude/commands/project/reduce-max-lines-per-function.md +0 -11
  19. package/all/copy-overwrite/.claude/commands/project/reduce-max-lines.md +0 -11
  20. package/all/copy-overwrite/.claude/commands/project/research.md +0 -11
  21. package/all/copy-overwrite/.claude/commands/project/review.md +0 -11
  22. package/all/copy-overwrite/.claude/commands/project/setup.md +0 -11
  23. package/all/copy-overwrite/.claude/commands/project/verify.md +0 -11
  24. package/all/copy-overwrite/.claude/skills/project-add-test-coverage/SKILL.md +0 -61
  25. package/all/copy-overwrite/.claude/skills/project-archive/SKILL.md +0 -14
  26. package/all/copy-overwrite/.claude/skills/project-bootstrap/SKILL.md +0 -33
  27. package/all/copy-overwrite/.claude/skills/project-debrief/SKILL.md +0 -48
  28. package/all/copy-overwrite/.claude/skills/project-document/SKILL.md +0 -55
  29. package/all/copy-overwrite/.claude/skills/project-execute/SKILL.md +0 -72
  30. package/all/copy-overwrite/.claude/skills/project-fix-linter-error/SKILL.md +0 -70
  31. package/all/copy-overwrite/.claude/skills/project-implement/SKILL.md +0 -43
  32. package/all/copy-overwrite/.claude/skills/project-local-code-review/SKILL.md +0 -92
  33. package/all/copy-overwrite/.claude/skills/project-lower-code-complexity/SKILL.md +0 -65
  34. package/all/copy-overwrite/.claude/skills/project-plan/SKILL.md +0 -183
  35. package/all/copy-overwrite/.claude/skills/project-reduce-max-lines/SKILL.md +0 -66
  36. package/all/copy-overwrite/.claude/skills/project-reduce-max-lines-per-function/SKILL.md +0 -69
  37. package/all/copy-overwrite/.claude/skills/project-research/SKILL.md +0 -170
  38. package/all/copy-overwrite/.claude/skills/project-review/SKILL.md +0 -53
  39. package/all/copy-overwrite/.claude/skills/project-setup/SKILL.md +0 -60
  40. package/all/copy-overwrite/.claude/skills/project-verify/SKILL.md +0 -46
@@ -1,53 +0,0 @@
1
- ---
2
- name: project-review
3
- description: This skill should be used when performing extensive code review and optimization on the current project. It runs Claude local code review, CodeRabbit review, implements fixes from both, and performs code simplification optimizations.
4
- allowed-tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep", "Task", "TaskCreate", "TaskUpdate", "TaskList", "Skill"]
5
- argument-hint: "<project-directory>"
6
- ---
7
-
8
- > **DEPRECATED**: This skill is deprecated. Use Claude's native plan mode instead.
9
- > Enter plan mode with `/plan`, describe your requirements, and Claude will create a plan with tasks automatically.
10
- > This skill will be removed in a future release.
11
-
12
- The current branch is a feature branch with full implementation of the project in $ARGUMENTS.
13
-
14
- **IMPORTANT**: Perform each step and move to the next without stopping.
15
-
16
- ## Setup
17
-
18
- Set active project marker: `echo "$ARGUMENTS" | sed 's|.*/||' > .claude-active-project`
19
-
20
- Extract `<project-name>` from the last segment of `$ARGUMENTS`.
21
-
22
- ## Create and Execute Tasks
23
-
24
- Create workflow tracking tasks with `metadata.project` set to the project name:
25
-
26
- ```
27
- TaskCreate:
28
- subject: "Perform Claude review"
29
- description: "If $ARGUMENTS/claude-review.md already exists, skip this task. Otherwise, run /project-local-code-review $ARGUMENTS"
30
- metadata: { project: "<project-name>" }
31
-
32
- TaskCreate:
33
- subject: "Implement Claude review fixes"
34
- description: "Read $ARGUMENTS/claude-review.md and fix any suggestions that score above 45."
35
- metadata: { project: "<project-name>" }
36
-
37
- TaskCreate:
38
- subject: "Perform CodeRabbit review"
39
- description: "If $ARGUMENTS/coderabbit-review.md already exists, skip this task. Otherwise, run `/coderabbit:review` and write results to $ARGUMENTS/coderabbit-review.md"
40
- metadata: { project: "<project-name>" }
41
-
42
- TaskCreate:
43
- subject: "Implement CodeRabbit review fixes"
44
- description: "Evaluate suggestions in $ARGUMENTS/coderabbit-review.md and implement fixes for valid findings."
45
- metadata: { project: "<project-name>" }
46
-
47
- TaskCreate:
48
- subject: "Perform Claude optimizations"
49
- description: "Use the code simplifier agent to clean up code added to the current branch."
50
- metadata: { project: "<project-name>" }
51
- ```
52
-
53
- **Execute each task via a subagent** to preserve main context. Launch up to 6 in parallel where tasks don't have dependencies. Do not stop until all are completed.
@@ -1,60 +0,0 @@
1
- ---
2
- name: project-setup
3
- description: This skill should be used when initializing a new project with full requirements analysis, planning, and structure setup. It accepts a file path, JIRA issue, or text description, creates the project directory structure with brief.md and findings.md, and commits the initial setup.
4
- allowed-tools: ["Read", "Write", "Bash(git*)", "Glob", "Grep", "Task", "TaskCreate", "TaskUpdate", "TaskList"]
5
- argument-hint: "<file-path|jira-issue|text-description>"
6
- ---
7
-
8
- > **DEPRECATED**: This skill is deprecated. Use Claude's native plan mode instead.
9
- > Enter plan mode with `/plan`, describe your requirements, and Claude will create a plan with tasks automatically.
10
- > This skill will be removed in a future release.
11
-
12
- ## Step 1: Determine Input Type
13
-
14
- Examine $ARGUMENTS to determine which type:
15
- - **Jira issue**: Matches pattern like `SE-123`, `PROJ-456` (letters-dash-numbers)
16
- - **File path**: Path exists as a file (check with Glob or Read)
17
- - **Text prompt**: Everything else - a description of work to be done
18
-
19
- ## Step 2: Get Brief Content
20
-
21
- Based on input type:
22
-
23
- **If Jira issue:**
24
- 1. Use the atlassian MCP server to Read the issue FULLY
25
- 2. If MCP server not working, STOP and let human know
26
-
27
- **If file path:**
28
- 1. Read the file FULLY (no limit/offset)
29
-
30
- **If text prompt:**
31
- 1. The prompt IS the brief content - use $ARGUMENTS directly
32
-
33
- ## Step 3: Create Project Structure
34
-
35
- 1. Create project directory in `projects/` named `YYYY-MM-DD-<project-name>` where `<project-name>` is derived from:
36
- - Jira: the issue key and title (e.g., `2026-01-26-se-123-add-auth`)
37
- - File: the filename without extension
38
- - Text prompt: a kebab-case summary of the prompt (e.g., `2026-01-26-add-user-authentication`)
39
-
40
- 2. Create `brief.md` in the project directory:
41
- - Jira: populate with issue number, title, and description
42
- - File: copy contents of the file to `brief.md`
43
- - Text prompt: create `brief.md` with the prompt text as content
44
-
45
- 3. Create empty `findings.md` in the project directory
46
-
47
- 4. Create `.claude-active-project` marker file:
48
- ```bash
49
- echo "YYYY-MM-DD-<project-name>" > .claude-active-project
50
- ```
51
-
52
- ## Step 4: Git and Finalize
53
-
54
- 1. If Jira issue:
55
- - Run /git-commit with branch name including issue number (e.g., `feature/SE-111-<branch-name>`)
56
- - Use atlassian MCP server to update issue status to "In Progress"
57
- 2. Otherwise:
58
- - Run /git-commit
59
-
60
- 3. Output: "Project created: `YYYY-MM-DD-<project-name>`"
@@ -1,46 +0,0 @@
1
- ---
2
- name: project-verify
3
- description: This skill should be used when performing comprehensive verification that a feature branch fully implements all project requirements with proper code quality, tests, and documentation. It reviews requirements, verifies implementation, runs task verification commands, and documents any drift.
4
- allowed-tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep", "Task", "TaskCreate", "TaskUpdate", "TaskList"]
5
- argument-hint: "<project-directory>"
6
- ---
7
-
8
- > **DEPRECATED**: This skill is deprecated. Use Claude's native plan mode instead.
9
- > Enter plan mode with `/plan`, describe your requirements, and Claude will create a plan with tasks automatically.
10
- > This skill will be removed in a future release.
11
-
12
- The current branch is a feature branch with full implementation of the project in $ARGUMENTS.
13
-
14
- ## Setup
15
-
16
- Set active project marker: `echo "$ARGUMENTS" | sed 's|.*/||' > .claude-active-project`
17
-
18
- Extract `<project-name>` from the last segment of `$ARGUMENTS`.
19
-
20
- ## Create and Execute Tasks
21
-
22
- Create workflow tracking tasks with `metadata.project` set to the project name:
23
-
24
- ```
25
- TaskCreate:
26
- subject: "Review requirements"
27
- description: "Read all requirements for $ARGUMENTS (brief.md, research.md, task files)."
28
- metadata: { project: "<project-name>" }
29
-
30
- TaskCreate:
31
- subject: "Verify implementation"
32
- description: "Verify the implementation completely and fully satisfies all requirements from the brief and research."
33
- metadata: { project: "<project-name>" }
34
-
35
- TaskCreate:
36
- subject: "Run task verification commands"
37
- description: "Read all task files in $ARGUMENTS/tasks/. For each task with verification metadata (JSON: metadata.verification, or Markdown: ## Verification section), create a verification task with subject 'Verify: <original-subject>' and metadata including originalTaskId and verification details. Then execute each verification task: run the command, compare output to expected. If pass, mark completed. If fail, keep in_progress and document failure in $ARGUMENTS/drift.md. Report summary: total tasks, passed, failed, blocked."
38
- metadata: { project: "<project-name>" }
39
-
40
- TaskCreate:
41
- subject: "Document drift"
42
- description: "If there is any divergence from requirements or verification failures, ensure all drift is documented in $ARGUMENTS/drift.md."
43
- metadata: { project: "<project-name>" }
44
- ```
45
-
46
- **Execute each task via a subagent** to preserve main context. Launch up to 6 in parallel where tasks don't have dependencies. Do not stop until all are completed.