Pull Request Creator This skill guides the creation of high-quality Pull Requests that adhere to the repository's standards. Workflow Follow these steps to create a Pull Request: 1. Branch Management : CRITICAL: Ensure you are NOT working on the branch. - Run . - If the current branch is , you MUST create and switch to a new descriptive branch: 2. Commit Changes : Verify that all intended changes are committed. - Run to check for unstaged or uncommitted changes. - If there are uncommitted changes, stage and commit them with a descriptive message before proceeding. NEVER commit directly to . 3…