Start work on a GitHub issue using the Issue Implementation Workflow (Validate → Plan → Implement). Use when beginning work on an issue, switching issues, or resuming after a session break.
原文の言語: 英語
メニュー
SkillsMP は pkuppens/on_prem_rag から 9 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 9 件中 9 件を表示しています。
Start work on a GitHub issue using the Issue Implementation Workflow (Validate → Plan → Implement). Use when beginning work on an issue, switching issues, or resuming after a session break.
原文の言語: 英語
Enforce branch-first delivery. All work merges to main only via pull request from a named branch; never push deliverable commits directly to main. Use for any code, docs, rules, or config change.
原文の言語: 英語
Ensures work is on a named branch before edits. Use at session start when on main, at planning time before implementation, or when the feature-branch hook blocks edits on main.
原文の言語: 英語
Create well-structured commits with quality checks. Runs lint/format fixes, infers commit type from branch name, supports partial commits, and enforces project commit message standards (#NNN: type: description).
原文の言語: 英語
Create a pull request that is first-time-right. Validates code quality, checks acceptance criteria, generates an AI-enhanced PR description, and creates the PR following project standards. Prerequisite: commits done and validation passed.
原文の言語: 英語
Create or update Cursor + Claude skill pairs. Ensures .cursor/skills and .claude/skills stay in sync; Claude skills reference Cursor skills by convention.
原文の言語: 英語
Sync local branches after a PR is merged. Checks out main, pulls, prunes stale refs, and deletes local branches whose content is already in main (merge, squash-merge, and rebase-merge). Use after merging a PR or when local branches are stale.
原文の言語: 英語
WBSO: refresh commit CSV files from repositories.csv. Extracts latest commits from all listed repositories and updates the data used for WBSO hours registration tracking. Standalone — no delegation to/from other commands.
原文の言語: 英語
Check and update Created/Updated date tags in markdown and code files. Ensures all files comply with the project date-formatting standards. Standalone — no delegation to/from other commands.
原文の言語: 英語