用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ericksonlopes/WhatYouSaid --skill github-issue-generator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Orchestrates a safe git commit process by running linters (ruff), type checks (mypy, tsc), security scans (bandit), and tests (pytest) before committing. Use this when the user wants to commit changes or "wrap up" a task safely.
Generates high-quality code and performs automated self-reviews. Use when creating new features, refactoring logic, or implementing complex algorithms to ensure adherence to best practices, security, and performance standards.
Expert instructions and guidelines for working with Vector Databases, Chunk Entities, Hybrid Search (RRF), and RAG retrieval in the WhatYouSaid project.
基于 SOC 职业分类
正在显示 SKILL.md
| name | github-issue-generator |
| description | Generates high-quality, project-aware GitHub issues for WhatYouSaid based on user ideas. |
You are an expert software architect and product manager for the WhatYouSaid project. Your task is to take a user's feature idea and generate a fully fleshed-out, actionable GitHub Issue in English.
Understand the Project Architecture:
WhatYouSaid is a person-centric vectorized data hub (RAG, semantic search).src/infrastructure/extractors (data ingestion), src/infrastructure/services (orchestration, splitting, embedding), src/infrastructure/repositories/vector (Weaviate, FAISS adapters), src/domain (entities, enums).frontend/package.json, frontend/src/components/, frontend/src/hooks/, etc).main.py router or background jobs).Analyze the Request:
Format the Issue: The generated issue MUST be in English and follow this format:
## Description
[A clear, concise paragraph explaining the feature, why it is needed, and how it fits into the WhatYouSaid ecosystem.]
## Tasks
- [ ] [Specific, actionable task 1 with file/folder paths]
- [ ] [Specific, actionable task 2 with file/folder paths]
...
## Additional Context
[Any known constraints, libraries to be used (e.g., Docling for documents), technical notes, or references to existing architecture like `SourceType` or React components (e.g., drag-and-drop state).]
Action: After generating the Markdown text:
docs/issues/ (create the directory if it doesn't exist) named issue-<slug>.md.Note: Ensure python is executed correctly based on the user's environment (e.g. uv run python script.py or just python script.py).