Skip to content

berkay2002/babysit-pr

v1.1.2MIT

Review, fix, and demonstrate pull request changes. Monitor a pull request or merge request, fix scoped CI failures and review feedback, and prepare it for merge. Optionally record a demo video of the change and attach it to the PR. Supports GitHub (gh) and GitLab (glab).

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "babysit-pr",
  "version": "1.1.2",
  "description": "Review, fix, and demonstrate pull request changes. Monitor a pull request or merge request, fix scoped CI failures and review feedback, and prepare it for merge. Optionally record a demo video of the change and attach it to the PR. Supports GitHub (gh) and GitLab (glab).",
  "author": {
    "name": "Berkay Orhan",
    "url": "https://github.com/Berkay2002"
  },
  "homepage": "https://github.com/Berkay2002/babysit-pr",
  "repository": "https://github.com/Berkay2002/babysit-pr",
  "license": "MIT",
  "keywords": ["pull-request", "merge-request", "ci", "github", "gitlab", "code-review", "demo-video"],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "PR Toolkit",
        "brandColor": "#0088FF",
        "composerIcon": "./assets/pr-toolkit.png",
        "logo": "./assets/pr-toolkit.png",
        "logoDark": "./assets/pr-toolkit.png",
        "shortDescription": "Review, fix, and demonstrate pull request changes.",
        "longDescription": "Monitors a GitHub pull request or GitLab merge request, diagnoses failing CI and actionable review feedback, pushes scoped fixes, verifies readiness, and records demo videos of changes. Merges only when explicitly authorized.",
        "developerName": "Berkay Orhan",
        "category": "Productivity",
        "capabilities": ["Read", "Write"],
        "websiteURL": "https://github.com/Berkay2002/babysit-pr",
        "defaultPrompt": [
          "Use $babysit-pr to monitor this PR, fix CI failures and actionable review feedback, and prepare it for merge; merge only when explicitly authorized.",
          "Use $pr-demo to record a short video showing this PR's change working and attach it to the PR."
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 2YAML files
  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai