Back to PageLines
Developer/draft-approve

GitHub

Let your assistant clone repositories, edit files, commit changes, open pull requests, inspect checks, and manage GitHub issues.

Install level
agent

GitHub setup needs one GitHub token. PageLines uses it so normal git and gh commands work for the repositories you select.

Open PageLines

What It Does

Inspect issues, edit code, open pull requests, and report CI status.

Demo Scenario

Fix a small issue, open a PR, and summarize the diff and checks.

API Reference

PageLines uses the provider's live API documentation as the source of truth for available actions, schemas, and version details.

View API docs
Sample conversation
user
Look at the failing issue and prepare a small GitHub PR if the fix is obvious.
agent
I traced the failing path and prepared the PR plan for review before opening it.

| Finding | Proposed change | Check |
|---|---|---|
| Null config in setup route | Guard before route registration | Unit test added |
| Error message too vague | Return provider and field name | Snapshot updated |
| PR status | Draft ready | Open after approval |