Content
68%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with copy-paste commands and a solid connection-state feedback loop, but loses points for an unnecessary introductory concept explanation and a lack of validation checkpoints around the destructive actions it advertises. It is well-structured for a single-file skill though some reference material is inlined.
Suggestions
Trim the opening paragraph explaining what Gitea is (Claude already knows) and the "focus on integration logic rather than auth plumbing" phrasing to improve conciseness.
Add an explicit validate-before-act step for destructive operations (e.g., confirm owner/repo and run a read-only `get-repository` before `delete-repository`) so workflow clarity can exceed the destructive-action cap of 3.
Fix the step numbering (label Step 1a and the referenced "Step 2") or relabel the flow as a flat sequence so readers are not sent to a non-existent step label.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most of the body is lean executable commands and tables, but it opens with a concept explanation Claude already knows ("Gitea is a self-hosted Git repository management solution. It's similar to GitHub…") plus mild fluff ("so you can focus on the integration logic rather than auth plumbing"), placing it at the mostly-efficient score-3 anchor rather than the trimmed score-4. | 3 / 5 |
Actionability | It provides copy-paste-ready commands for every phase ("npm install -g @membranehq/cli@latest", "membrane connection ensure …", "membrane action run <actionId> …", "membrane request CONNECTION_ID /path/to/endpoint") plus a Popular actions key table, fully covering the common cases per the score-5 anchor. | 5 / 5 |
Workflow Clarity | The connection-readiness flow has a real poll/feedback loop (BUILDING → CLIENT_ACTION_REQUIRED → poll again → READY), but destructive operations listed in the actions table ("Delete Repository", "Update Repository") have no validation/verification checkpoint, which caps workflow clarity at 3 per the rubric; step numbering is also loose ("skip to Step 2" and "1b" without a labeled Step 1a/2). | 3 / 5 |
Progressive Disclosure | The body is organized into clear, logically ordered sections (Overview, Working with Gitea, Popular actions, Proxy requests, Best practices) with no nested references — good structure with only minor gaps such as the 20-row actions catalog and proxy-options table being inlined reference material rather than split into a separate file, so it sits at score-4 rather than the cleanly-split score-5. | 4 / 5 |
Total | 15 / 20 Passed |