Identify the next demand/feature to implement by consulting the roadmap, open issues, and PR process. Follows the mandatory PR-PROCESS.md workflow from branch creation to draft PR.
원문 언어: 영어
메뉴
SkillsMP는 luksamuk/sprachspiel에서 12개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 12개 중 12개를 표시합니다.
Identify the next demand/feature to implement by consulting the roadmap, open issues, and PR process. Follows the mandatory PR-PROCESS.md workflow from branch creation to draft PR.
원문 언어: 영어
Complete PR workflow from branch creation to merge. Covers all phases: setup, documentation, draft PR, planning, requirements checkpoint, implementation, review, card movement, and merge.
원문 언어: 영어
Triage new demands, issues, and research into the sprachspiel roadmap. Covers milestone assignment, board ordering, issue formalization, and research integration. Use when creating issues, organizing the board, processing research findings, or answering "what…
원문 언어: 영어
Perform and respond to code reviews on GitHub PRs. Covers creating inline reviews with multiple comments, responding to review threads, resolving threads, and project-specific review patterns for Sprachspiel. Load this skill whenever reviewing a PR or…
원문 언어: 영어
Validate manual test scripts against the actual codebase before presenting them to the user. Prevents hallucinated commands, wrong UI strings, and references to nonexistent features. Apply this skill AFTER creating a draft manual test script and BEFORE…
원문 언어: 영어
Sensor hierarchy for commit and PR quality, dead code policy, and the steering rule that repeated bugs must produce guides or sensors. Load before committing or when review requires quality checks.
원문 언어: 영어
Use terminal-use (tu) to interactively debug and instrument sprachspiel. Covers RUST_LOG tracing, DB inspection, REPL smoke tests, runtime state checks, and debug builds. Essential when the bug needs a live running session to reproduce or inspect.
원문 언어: 영어
Add new tools with feature flags and registry, and update user/development documentation. Covers the full lifecycle from tool code to documentation.
원문 언어: 영어
Create a new release: version bump, tarball creation, git tagging, and GitHub release with attached binaries.
원문 언어: 영어
Centralized model switching in sprachspiel. All model changes MUST go through switch_model() to prevent inconsistent state between think, tools, and capabilities.
원문 언어: 영어
Complete guidelines for developing LLM tools in sprachspiel: error handling philosophy, parameter types for LLM compatibility, empty string normalization, docstrings, API response structs, file write security, and output conventions.
원문 언어: 영어
Create and manage PR testing. The primary agent creates the manual test script, then the programmer manually invokes the Hermes Agent (a separate program) to execute both manual tests and smoke tests. The primary agent processes results and handles bugs found.
원문 언어: 영어