Filter Translator

Convert a plain-text filter description into a syntactically correct expression in a target query/filter format — OData $filter, JQL, MongoDB, SQL WHERE, or RQL. Use when the user asks to turn a description into a filter/query (e.g. "convert this to a MongoDB filter", "give me the JQL for...", "as an OData $filter", "as an RQL query", "make a SQL WHERE clause for these conditions"). For OData/RQL, can also produce the RFC 3986 percent-encoded URL form on request. Always resolves field names, then confirms the resulting logical expression in plain text before producing the final syntax.

vslipchenko f729fe0 12 files · 35.2 KB Updated

File contents

vslipchenko/ai/tree/main/skills/filter-translator commit f729fe0a8f

Frequently asked questions

npx skillmds@latest add vslipchenko/filter-translator