# Skill /gp

Pi-adapted.

`/skill:gp` pushes the current branch to `origin` after pre-checks and prints a push report.

## Usage

```text
/skill:gp
/skill:gp --force-with-lease
```

## Behavior

- Runs autonomously; no confirmation prompts.
- Uses `lib/gp-precheck.sh` and `lib/gp-push.sh` through pi-compatible helper path lookup.
- Blocks detached HEAD and missing `origin`.
- Does not block on uncommitted files; `git push` sends only commits.
- `gh` is optional. Without it, PR/URL info is omitted.

## Output

- pushed commit count and list;
- diff stat;
- branch link when available;
- PR status when available;
- note about uncommitted files when present.
