Configures database INSERT triggers that offload document chunking and embedding to Edge Functions.
94
94%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is an excellent skill description that clearly articulates specific capabilities (Postgres INSERT triggers, Edge Functions, document chunking, embedding generation, vector storage), provides explicit trigger guidance via a 'Use when...' clause, and occupies a distinct niche that minimizes conflict with other skills. The description is concise yet comprehensive, using third person voice throughout.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: creating Postgres INSERT triggers, firing Edge Functions, document chunking, embedding generation, and configuring the ingestion pipeline from raw document insert to vector storage. | 3 / 3 |
Completeness | Clearly answers both 'what' (creates Postgres INSERT triggers, fires Edge Functions, configures ingestion pipeline) and 'when' with an explicit 'Use when...' clause listing four distinct trigger scenarios. | 3 / 3 |
Trigger Term Quality | Includes strong natural keywords users would say: 'RAG ingestion', 'embed-on-insert', 'database-driven document ingestion', 'automated embedding workflows', 'Postgres INSERT triggers', 'Edge Functions', 'vector storage', 'document chunking'. Good coverage of both technical and conceptual terms. | 3 / 3 |
Distinctiveness Conflict Risk | Highly specific niche combining Postgres triggers, Edge Functions, document chunking, and embedding generation into a single pipeline concept. Unlikely to conflict with general database skills, general embedding skills, or general RAG skills due to the specific INSERT-trigger-driven architecture. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured, highly actionable skill that provides a complete pipeline from document insert to vector storage. The phased workflow with HALT conditions and comprehensive verification steps make it robust. The main area for improvement is that the inlined Edge Function template is lengthy and could be better handled via progressive disclosure to a separate file, which would improve conciseness.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is mostly efficient and avoids explaining basic concepts, but the Edge Function template is quite long and could be referenced as a separate file rather than inlined. The pre-conditions section is well-scoped, though some minor verbosity exists in phase descriptions. | 2 / 3 |
Actionability | Provides fully executable SQL and TypeScript code with clear placeholder conventions. The trigger function, table schema, and Edge Function skeleton are all copy-paste ready with well-marked substitution points. Deploy commands are explicit. | 3 / 3 |
Workflow Clarity | Clear 5-phase sequence with explicit HALT checkpoints on failure at critical steps (table creation, trigger creation, migration). The verification report includes a complete feedback loop checking status transitions from pending → processing → embedded/failed, and the Edge Function itself handles error states by updating status to 'failed'. | 3 / 3 |
Progressive Disclosure | Appropriately references other skills (pgvector-hnsw-index-selection, edge-function-background-orchestration, supabase-mcp-verification) for detailed context without duplicating their content. The tip about saving the template externally for repeat use is a good progressive disclosure pattern. References are one level deep and clearly signaled. | 3 / 3 |
Total | 11 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
Reviewed
Table of Contents