This document discusses scripting plugins for Gerrit code review. It describes how plugins can now be written in Groovy or Scala by creating a simple class file and placing it in the plugins directory. This allows defining new SSH commands or REST APIs with just a few lines of code. The document outlines several examples including creating branches, listing projects, and validating commit messages. It announces plans to further develop scripting plugin support at the next Gerrit hackathon with the goal of merging it into the core Gerrit codebase.