做什么

27
13
#13
Yesterday
Support Github Issue creation by title and a folder of documents
Task 4: Support Github Issue creation by title and a folder of documents Support create issue with a folder of docs Every single document is an issue content The issue title is the document name or th...
task
#12
Yesterday
Make flush-dns support Windows and add test cases
Task: Make flush-dns support Windows and add test cases [x] Add a test case for flush-dns [x] Add a test case for flush-dns on Windows [x] Add a test case for flush-dns on macOS [x] Add a test case fo...
task
#11
1w ago
更新文档 features 和 spec 目录
Docs Task Task 1: refine docs to update to latest usage 请按照目前最新代码更新docs目录,主要包括: usage quick-start spec tips features 以上更新内容 1. 按照目录名称最相应的更新,按照模块分不同文件 2.usage 目录更新为最新代码用途,主要使用cheatsheet的方式介绍各种功能使用 按照目前...
taskdocs
#10
1w ago
Docs Task: 更新文档内容和分析报告
Docs Task Task 1: refine docs to update to latest usage 请按照目前最新代码更新docs目录,主要包括: usage quick-start spec tips features 以上更新内容 1. 按照目录名称最相应的更新,按照模块分不同文件 2.usage 目录更新为最新代码用途,主要使用cheatsheet的方式介绍各种功能使用 按照目前...
documentationtask
#9
1w ago
Add spark docs sub-command: init & site
Init Skills These Tasks for Init command Task 1: init docs structure automatically create docs folder structure, the folder structure is as follow: ``sh . ├── Agents.md ├── analysis ├── features ├── i...
enhancementtask
#8
1w ago
Rewrite README.md: 项目定位、架构、命令速查表
README Task 1: Rewrite the README.md The purpose if this cli repo is chnaged overtime as features added. The overall goal is to provide a cli tool to manage daily work more efficiently. And aslo to pr...
documentationtask
#7
1w ago
Init Skills: 初始化 docs 结构和 docmd 配置
Init Skills These Tasks for Init command Task 1: init docs structure automatically create docs folder structure, the folder structure is as follow: ``sh . ├── Agents.md ├── analysis ├── features ├── i...
enhancementtask
#6
1w ago
整合 GitHub Task Workflow 和 spark-task-init 到 spark-skills 仓库
Task 1: 把 GITHUB tasks flow 变成一个 skill 描述 整合 GitHub Task Workflow 到 spark-skills 把 github-task-workflow 放到 spark-skills 目录中 确保可以被全局使用 整合 spark-task-init-skill 到 spark-skills 把 spark-task-init-skill 放到...
enhancementfeature
#5
1w ago
修复 spark task create 命令的 bug
Bug 描述 make build/install 后使用旧版本 make build 和 make install 后,命令仍然使用旧版本的 spark spark task create 命令问题 example-feature.md 文件内容没有复制到新创建的文件中 文件名需要把空格变成 例如: spark task create "make script issue" --content ...
bugfeature
#4
1w ago
扩展 spark task 命令:init, create, delete, impl 子命令
Task: 扩展 spark task 命令 描述 为 spark CLI 扩展 task 命令,添加以下子命令: 功能需求 spark task init 创建 task 目录结构(tasks/features/, tasks/config/, tasks/analysis/ 等) 复制 example-feature.md 到 tasks/ 目录 如果目录已存在,保留原有目录和文件 spark...
enhancementfeature
#3
1w ago
添加 spark script 命令支持执行自定义脚本
Task: Support Adhoc script in command line 描述 为 spark CLI 添加一个新的子命令 script,用来执行自定义的脚本。 功能需求 配置文件支持 脚本内容可以在 ~/.spark.yaml 中配置 支持多个脚本,每个脚本有唯一名称 文件目录支持 脚本可以是写好的 shell/sh 脚本文件 默认从当前目录下的 scripts/ 目录读取 支持在 ...
enhancementfeature
#2
1w ago
update-org-status: 直接更新 .github 仓库的 README.md,支持 section 局部更新
Task 2: 直接更新 .github 仓库的 README.md 需求 修改 spark git update-org-status 命令,使其能够: 直接更新 .github 仓库 自动克隆/更新 .github 仓库 修改 .github/README.md 文件 自动提交并推送到 .github 仓库 Section 局部更新 只更新 README.md 中的 "Project List...
enhancementfeature
#1
1w ago
为 spark-cli 添加项目列表更新到README的命令
Task:为 spark-cli 添加项目列表更新到README的命令 描述 为 spark CLI 添加一个新的子命令,添加项目列表更新到README的命令: 读取所有该组织下的所有项目列表 按照starred数量排序 更新.github目录下的README.md文件,在Section Project List下面展示所有项目列表 自动在.github 目录中git add ./git comm...
enhancementfeature
14
#14
Yesterday
Task: Install frontend skills system-wide and update docs
Task Description Based on frontend skills analysis, confirm and install both innate-frontend (Web) and tauri-desktop-app (Desktop) skills at system level for all supported AI agents. Checklist [x] Con...
task
#12
1w ago
Fix local workflow tracing when github-workflow is triggered
Task 3: local work flow process is not invoked when github-workflow is triggered,but local workflow is not processed. The Feature should be: READ the task , then trigger the github workflow, create is...
task
#13
1w ago
Test: Dual Tracing Verification
Testing that both GitHub Issue and local tracing file are created
task
#11
1w ago
Install script review - support both system and project level
Task 3: Install script review Please review the skill install script,please make sure it could be install in both system level and project level
task
#10
1w ago
Test: AI Config Skill
Test dual tracing feature
task
#9
1w ago
Local workflow as a separated skill
Workflow Skill Task 1: Github-workflow with gh command please use github cli to rewrite the current logic for better performance keep current solution as one alternative if gh was not install in first...
enhancementtask
#8
1w ago
Github-workflow with gh command
原始需求 请使用 github cli 来重写当前的逻辑以获得更好的性能 变更内容 新增后端模块 (github_backend.py) GhCliBackend: 使用 gh CLI 进行 Issue 操作(创建、更新、评论、获取) ApiBackend: 使用 REST API 作为回退方案 create_backend(): 自动检测并创建最佳可用后端 is_gh_available(): ...
enhancementtask
#7
1w ago
创建 Local Task Tracing 功能
Task Features Task 1: 创建Local Task Tracking 当前github workflow skill是把任务内容和更新内容会写到github,这个skill是在执行任务的时候更新到GITHUB的内容 在本地也记录一下: 把Task原始内容和Agent解析过后的内容本地记录到tracing folder Task完成之后Update Issue的内容也更新到步骤1写...
enhancementtask
#6
1w ago
mindstorm skill
Task 1: mindstorm skill 请帮我创建Mindstorm skill,可以参考superpower的mindstorm skill: 先参考superpowers的mindstorm skill,创建一个mindstorm skill 然后根据superpowers的mindstorm skill,创建目前这个Task Mindstorm skill 使用之后的结果 skill...
task
#5
1w ago
mindstorm skill
Task 1: mindstorm skill 请帮我创建Mindstorm skill,可以参考superpower的mindstorm skill: 先参考superpowers的mindstorm skill,创建一个mindstorm skill 然后根据superpowers的mindstorm skill,创建目前这个Task Mindstorm skill 使用之后的结果 skill...
task
#4
1w ago
mindstorm skill
Task 1: mindstorm skill 请帮我创建Mindstorm skill,可以参考superpower的mindstorm skill: 先参考superpowers的mindstorm skill,创建一个mindstorm skill 然后根据superpowers的mindstorm skill,创建目前这个Task Mindstorm skill 使用之后的结果 skill...
task
#3
1w ago
setup gitignore
Task 1: setup gitignore 请按照当前文件增加.gitignore文件,忽略所有pyc文件 Task 2: github task workflow 配置到本项目 github task workflow 配置到当前目录,目前看起来是没有工作的,需要做到: 安装到全局环境 当当前目录可以执行这个workflow,先创建issue,在执行AI任务,最后更新issue
task
#2
1w ago
Configure github-task-workflow for spark-skills project
Task 1: setup gitignore 请按照当前文件增加.gitignore文件,忽略所有pyc文件 Task 2: github task workflow 配置到本项目 github task workflow 配置到当前目录,目前看起来是没有工作的,需要做到: 安装到全局环境 当当前目录可以执行这个workflow,先创建issue,在执行AI任务,最后更新issue
task
#1
1w ago
Test issue from spark-skills
Testing github-task-workflow setup
test