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.
Idioma do texto original: inglês
Menu
O SkillsMP coletou 9 skills de pkuppens/on_prem_rag. Abra uma skill para revisar a origem e os detalhes.
Mostrando 9 de 9 skills coletadas.
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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).
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Create or update Cursor + Claude skill pairs. Ensures .cursor/skills and .claude/skills stay in sync; Claude skills reference Cursor skills by convention.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês