Skip to content

Instantly share code, notes, and snippets.

View kiwm's full-sized avatar

Joao Pedro Carvalho Malta Pedrozo kiwm

View GitHub Profile
@kiwm
kiwm / SKILL.md
Created April 24, 2026 13:46
Shell Script Test Generator
allowed-tools
Agent
Bash
Read
Write
Edit
description Generate or update shell script tests for this project. Use when the user wants to create tests for a .sh script, update existing tests after modifying a script, or asks for test coverage for a bash file. Produces permanent test_<script>.sh files following the project conventions, or a temporary test.sh when the change does not warrant a permanent test.
name create-tests

Shell Script Test Generator

Generate or update test_<script>.sh files that match this project's test conventions exactly.

@kiwm
kiwm / SKILL.md
Last active April 24, 2026 13:27
Format-source SKILL.md
allowed-tools
Bash
Read
Edit
argument-hint [optional file path]
description Run gw formatSource or ant format-source on a Liferay module and fix any violations that the formatter cannot auto-fix. Use when the user asks to format source, run formatSource, or invokes /format-source.
name format-source

Format Source

Run formatSource (Gradle) or format-source (Ant) on the relevant Liferay module and fix any remaining violations.