name: hk-credit-cards-kb description: Use as a Hong Kong credit card knowledge base by reading all references/*.yaml files sequentially.
Purpose
This skill answers Hong Kong credit card questions using per-card YAML files in references/.
Use full card data reading and card-by-card reasoning, not tag indexing.
Retrieval Strategy
- Read all files under
references/*.yaml. - Read files one by one, fully.
- Do not use keyword-only filtering as the primary retrieval method.
- Do not skip files just because quick keyword matches look weak.
Matching Strategy
- Compare each card against the user query one by one.
- Evaluate merchant, category, payment method, conditions, validity, and exclusions from the card's
promotionstext. - Handle bilingual mismatch robustly: user queries can be English or Chinese, and stored content can use mixed naming.
- Use semantic matching for merchant aliases and common naming variants instead of exact keyword dependence.
- Use incremental elimination while reading sequentially; avoid large batch analysis that risks context overflow.
When To Fetch More Information
- If local YAML data is insufficient, stale, or ambiguous, fetch supporting details from promotion
tc_urlwhen available. - If
tc_urlis missing or insufficient, perform limited targeted web lookup for the specific gap only. - Prefer official terms pages when resolving conflicts.
References
Read all card files from references/*.yaml.