# Migration Helper Author Notes

> Author rule notes, parameters, dependencies, tuning, and testing sections for a YARA-L rule.

- Skill: `googlecloudplatform/migration-helper-author-notes` (Agent Skill)
- Install (CLI): `npx skillmds@latest add googlecloudplatform/migration-helper-author-notes`
- Raw SKILL.md: https://api.skillmd.com/api/skills/googlecloudplatform/migration-helper-author-notes/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: GoogleCloudPlatform (https://skillmd.com/u/googlecloudplatform)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/googlecloudplatform/migration-helper-author-notes

---


# Author Rule Notes for YARA-L Rule

## Description
Fills in and enriches metadata and guidance sections (`RULE PARAMETERS`, `DEPENDENCIES`, `TUNING`, `TESTING`, `DOCS`, `NOTES`) inside a migrated YARA-L rule file.

## When to Use This Skill
- Use this skill to document, tune, and detail rule parameters for a migrated YARA-L rule.
- Triggered by `/migration_helper_author_notes <rule_name>` (where `<rule_name>` is the name of the rule directory, i.e., `rules/<rule_name>/<rule_name>.yaral`).
 
## Instructions
Your primary role is to update the `RULE PARAMETERS`, `DEPENDENCIES`, `TUNING`, `TESTING`, `DOCS`, and `NOTES` sections of `rules/<rule_name>/<rule_name>.yaral`.

### Steps:
1. **Read Rule:** Read `rules/<rule_name>/<rule_name>.yaral`. If lines are shortened or you receive a truncation error, immediately stop.
2. **Detailed Analysis:** Perform detailed analysis on `rules/<rule_name>/<rule_name>.yaral` and understand exactly how the rule is configured (what fields are queried, what conditions are checked, etc.).
3. **Metadata Writing:** Re-write the contents of `RULE PARAMETERS`, `DEPENDENCIES`, `TUNING`, `TESTING`, `DOCS`, and `NOTES` inside the YARA-L rule block with your findings.
4. **Constraints:** You are strictly forbidden from modifying the `SOURCE RULE` or the YARA-L rule logic blocks in any way.

