Home / flutter / dart-intellij-third-party · .agents/skills/dependabot-pr-review/SKILL.md · GitHub

dependabot-pr-review skillA

dependabot-pr-review is agent-read markdown (skill) from flutter/dart-intellij-third-party: Reviews open automated dependency pull requests in the Dart (flutter/dart-intellij-third-party) and Flutter (flutter/flutter-intellij) IntelliJ plugin repositories. Covers Dependabot version bumps and bot-authored Flutter SDK rolls. Lists each PR with its build status, asks the user which ones to approve, then approves them and applies the "autosubmit" label..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Dependabot PR Review Skill

This skill triages open automated dependency PRs across the two IntelliJ
plugin repositories. It reports build health for each PR, gets explicit user
confirmation for each one, then approves the confirmed PRs and applies the
`autosubmit` label.

Two kinds of PR are in scope, because they share one lifecycle: opened by
automation, labeled for auto-submit, and stalled when that label is stripped.

| Source | Author | Example title |
| --- | --- | --- |
| `dependabot` | `app/dependabot` | `Bump org.jetbrains.kotlin.jvm from 2.4.10 to 2.4.20` |
| `sdk-roll` | `flutteractionsbot` | `ci: bump pinned Flutter SDK to version 3.47.5` |

SDK rolls appear only in `flutter/flutter-intellij`; the Dart repo has no SDK
roller, so an empty result there is normal, not a failure.

> [!IMPORTANT]
> Never approve or label a PR that the user has not confirmed. The user may
> confirm PRs individually or accept the bulk option covering every PR with a
> passing build, but there is no shortcut that approves failing or pending PRs
> in bulk.

## How the autosubmit Label Works

This skill never merges anything. It approves and labels; the `auto-submit` bot
…

Read the whole file at its exact version.

How to install

Latest version
mdr add flutter/dart-intellij-third-party/dependabot-pr-review@git:20260922.3b00ec3
Exact content
mdr add flutter/dart-intellij-third-party/dependabot-pr-review@sha256:68365379d8230fd7

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_dmbgcrcn5qtui5mj.svg)](https://markdownregistry.com/a/art_dmbgcrcn5qtui5mj)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.3b00ec3 latest2026-09-22 3b00ec3 11,327 BA view · diff
git:20260921.110104c2026-09-21 110104c 8,692 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (11327 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

flutter/dart-intellij-third-party · 25 stars · license BSD-3-Clause · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_dmbgcrcn5qtui5mj
GET https://markdownregistry.com/api/v1/resolve?ref=flutter/dart-intellij-third-party/dependabot-pr-review
GET https://markdownregistry.com/api/v1/blob/68365379d8230fd73e28bb3a35de910a7e923e95ec5dde7f6267935ee55d9595

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from flutter/dart-intellij-third-party

AGENTS.md@.agents agents
flutter/dart-intellij-third-party · .agents/AGENTS.md
git:20260810.5c39536 · audit A · 25 stars
code-review skill
flutter/dart-intellij-third-party · .agents/skills/code-review/SKILL.md · Perform a pedantic, multi-perspective code review on the current diff or git changes against the styleguide and…
git:20260909.adb1799 · audit A · 25 stars
implement-dart-language-feature skill
flutter/dart-intellij-third-party · .agents/skills/implement-dart-language-feature/SKILL.md · Guidelines for implementing and reviewing new Dart language features, parsing logic, and grammar modifications.
git:20260805.ef6efa7 · audit A · 25 stars
load-repo-context skill
flutter/dart-intellij-third-party · .agents/skills/load-repo-context/SKILL.md · Primes understanding of repository architecture by navigating hierarchical ABOUT.md manifests.
git:20260921.3b09d52 · audit A · 25 stars
migrate-das-to-lsp skill
flutter/dart-intellij-third-party · .agents/skills/migrate-das-to-lsp/SKILL.md · Guide for converting legacy Dart Analysis Server (DAS) feature implementations to JetBrains LSP in the Dart IntelliJ…
git:20260922.d4f3f2b · audit A · 25 stars
monthly-release skill
flutter/dart-intellij-third-party · .agents/skills/monthly-release/SKILL.md · Step-by-step guide for performing monthly releases of the Dart IntelliJ plugin.
git:20260803.d8c8045 · audit A · 25 stars
patch-copied-lsp-sources skill
flutter/dart-intellij-third-party · .agents/skills/patch-copied-lsp-sources/SKILL.md · Copy JetBrains LSP sources into the Dart plugin and patch them to prevent conflicts and ensure proper configuration.
git:20260918.5fb9920 · audit A · 25 stars
plugin-issue-triage skill
flutter/dart-intellij-third-party · .agents/skills/plugin-issue-triage/SKILL.md · Automates the triage of GitHub issues in the Dart and Flutter IntelliJ plugins. Helps the engineer by fetching…
git:20260909.adb1799 · audit A · 25 stars
port-pr skill
flutter/dart-intellij-third-party · .agents/skills/port-pr/SKILL.md · Fetches a Pull Request from either the dart-intellij-third-party or flutter-intellij repository and conceptually ports…
git:20260909.adb1799 · audit A · 25 stars
root-cause-regression skill
flutter/dart-intellij-third-party · .agents/skills/root-cause-regression/SKILL.md · Investigates a GitHub issue reporting a regression, analyzes recent commits, and identifies possible root cause…
git:20260826.d57f620 · audit A · 25 stars

Every file in flutter/dart-intellij-third-party

Browse by kind, by grade A, or by owner.