SkillAgentSearch skills...

Gilbert

Build system and task runner for Go projects

Install / Use

/learn @go-gilbert/Gilbert
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"><img src="docs/assets/gilbert.png" width="256"></p> <p align="center"> <a href="https://goreportcard.com/report/github.com/go-gilbert/gilbert"><img src="https://goreportcard.com/badge/github.com/go-gilbert/gilbert" /></a> <a href="https://opensource.org/licenses/mit-license"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" /></a> </p>

Gilbert

Build toolchain and task runner for Go

[!IMPORTANT] The project is in a process of heavy refactoring. Please see the issue.

Features

Gilbert is task runner that aims to provide declarative way to define and run tasks like in other projects like Gradle, Maven and etc.

All tasks are declared in gilbert file (gilbert.yaml). Example of the file you can find here.

Full list of features:

  • Tasks
  • Actions
    • Built-in most necessary actions
      • Track file changes and re-run task on change
      • Check project test coverage with specified threshold
      • Build project
    • Plugins for custom actions

Read documentation and sample project for more information.

Installation

All release binaries are available on the releases page.

Linux, macOS and FreeBSD

curl https://raw.githubusercontent.com/go-gilbert/gilbert/master/install.sh | sh

Windows

Powershell

Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/go-gilbert/gilbert/master/install.ps1' -UseBasicParsing).Content

Note: You should run Set-ExecutionPolicy Bypass in PowerShell to be able to execute installation script.

Some features, like plugins are not available on Windows. We recommend to use Windows Subsystem for Linux (WSL) for full experience.

Usage

Please check out quick start guide.

Tools

Related Skills

View on GitHub
GitHub Stars127
CategoryDevelopment
Updated26d ago
Forks7

Languages

Go

Security Score

100/100

Audited on Mar 9, 2026

No findings