mix oeditus_assistant_skill (OeditusCredo v0.11.1)

View Source

Generates an AI assistant skill file (SKILL.md) for lightweight local PR review using OeditusCredo rules.

Supported target assistants: claude, openai, gemini.

Usage

mix oeditus_assistant_skill claude    # writes to .claude/skills/oeditus/SKILL.md
mix oeditus_assistant_skill openai    # writes to .openai/skills/oeditus/SKILL.md
mix oeditus_assistant_skill gemini    # writes to .gemini/skills/oeditus/SKILL.md

Options

--stdout        Prints the generated skill markdown to stdout
-o, --output    Writes the skill markdown to a custom file path

Summary

Functions

Returns the full markdown content of the skill file for the specified target assistant.

Functions

generate(target)

@spec generate(String.t()) :: String.t()

Returns the full markdown content of the skill file for the specified target assistant.