Skip to content

Feature Request: AI agent skill for serverless review #219

@floatious

Description

@floatious

If we look at Chris Mason's review-prompts git tree (which is synced into the sashiko git tree periodically),
it has a /kseries skill that can be invoked using /kseries within an AI agent, to perform a review:
https://github.com/masoncl/review-prompts/blob/main/kernel/skills/kernel.md
https://github.com/masoncl/review-prompts/blob/main/kernel/review-core.md

However, while the review done by /kseries has 6 stages (tasks 0-5), the review done by Sashiko has 10 stages
(where stages 3,5,8,9 are actually defined in Chris Mason's review-prompts).

Thus, the review done by Sashiko is not identical to the review done by /kseries.

Being able to simply invoke a skill from within the AI agent, avoids the need to have a server running
(and even avoids the need to compile any binary, or to have cargo installed).

It would thus be nice if Sashiko could implement a skill similar to /kseries, to facilitate serverless reviewing.
This would basically make a serverless standalone binary as proposed in: #134 unnecessary.

It seems like skills are more or less compatible between agents, so while e.g. Chris Mason's review-prompts
git tree allows you to install to different paths (e.g. .claude/skills / .codex/.agents/skills / .opencode/skills ):
https://github.com/masoncl/review-prompts/blob/main/setup.sh

The actual files setup.sh installs are the same, and many AI agents, e.g. devin for terminal, will automatically
load skills installed for other AI agents.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions