polishing
Installation
SKILL.md
Polishing
A comprehensive workflow for finalizing code changes before creating a PR. This skill ensures code quality, consistency with codebase patterns, and removes common AI-generated artifacts.
Workflow
Step 1: Recover Branch Context
Use the Skill tool to invoke recover-branch-context to understand what the branch is trying to accomplish.
This provides essential context about:
- The purpose and goals of the current branch
- What changes have been made
- The intended functionality being implemented
Step 2: Check Against Applicable Guidelines
Scan the .agents/skills/ directory for skills that might have guidelines relevant to the changed files.