@d5render/cli 0.1.12 → 0.1.15
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/.skills/review/SKILL.md +5 -3
- package/.skills/review/version +1 -1
- package/bin/copilot.js +2864 -3200
- package/bin/d5cli +16 -10
- package/package.json +1 -1
package/.skills/review/SKILL.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-review
|
|
3
|
-
description: code
|
|
3
|
+
description: When the task is code-review, please follow this document to proceed the work.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
1. read file [review.instructions.md](./review.instructions.md).
|
|
7
7
|
2. find all Markdown resumes within the project and their basic understanding of the project.
|
|
8
|
-
3.
|
|
9
|
-
4.
|
|
8
|
+
3. integrate your understanding of code-review to process task.
|
|
9
|
+
4. pay attention to the issue tracking description in the context, and try to use relevant tools to obtain more context.
|
|
10
|
+
5. output your plan for the task,and when task run, output the intermediate process of the task.
|
|
11
|
+
6. output all the context read, especially the introductory document.
|
package/.skills/review/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.1
|