ワンクリックで
rag
Query HKU degree-plan and employment data using rag_query plus grep over data/content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Query HKU degree-plan and employment data using rag_query plus grep over data/content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | rag |
| description | Query HKU degree-plan and employment data using rag_query plus grep over data/content. |
| always | true |
Always use these local tools before searching online for anything about HKU programmes or graduate employment data.
path="data/content" — literal text search. Use this first for exact values: course codes, credit counts, salary figures, verbatim policy text, exact employer names, and obvious field labels. Set output_mode='content' to see matching lines; fixed_strings=true for verbatim quotes.Use path="data/content/<subdir>" to narrow grep to a specific folder. For markdown-only searches, add type="md".
When browsing files, start from data/content and identify the relevant programme/year directories first. Only narrow into subfolders such as hybrid_auto after scoping the target directory; do not jump directly to data/content/*/*/hybrid_auto/*.md as the first discovery step.
To calibrate top_k for rag_query, check corpus size first with grep(output_mode="count", pattern=".", path="data/content", glob="*.md") and scale accordingly.
rag_query queriesTreat the rag_query string as a retrieval query, not a task instruction.
mean salary average monthly salary gross income basic salary.rag_query scope the files/aliases first; do not ask it to "rank", "compare", or "calculate" in the query string.先找出, 再判断, 不要直接, 总结, first, then, summarize, rank, compute.Good:
graduate employment mean salary average monthly salary gross income programme yearBEng(CompSc) investment bank employer Goldman Sachs Morgan Stanley JP Morgan 2022 2023basic salary and gross income table average monthly salary graduate employmentBad:
先找出所有提到平均薪资的项目和年份,再判断哪些文件最值得继续精读Tell me which programme ranks highest by average salary across all yearsBefore retrieving anything, decide whether the question is easy or hard.
Also decide whether it is exact or fuzzy:
grep.rag_query.Easy: the answer can be produced from a small number of directly retrieved passages. Examples: "What are the credit requirements for COMP3234?", "Which investment banks appeared in 2023?"
Hard: the answer requires collecting and aggregating evidence across many independent slices — years, degrees, or entity categories. Examples: "How many CS graduates entered investment banks each year 2017–2023?", "What is the maximum salary per degree 2017–2023?"
If cross-slice counting, comparison, or trend assembly is required, treat the question as hard.
Easy question:
Hard question:
After scoping a hard question, decide whether subagents are needed. For multi-file or multi-group tasks, consider using a subagent when the work can be split into independent slices. Launch subagents only when:
Do not launch subagents for easy questions. Do not launch subagents when slices are not independent.
Each subagent task must specify:
If an assigned slice is still too large but remains separable, the subagent may further split it into smaller independent sub-slices. Keep delegation bounded and preserve explicit evidence chains from child slices back to parent slice outputs.
For any hard question, build this compact evidence table before producing the final answer:
| slice_key | matched entities | normalized label | count / value | source | status |
|---|
Status must be: ok (fully verified), partial (some gaps), or failed (could not verify).
Charts and numeric totals must come from this evidence table — not from narrative inference or rag_query output alone.
Easy questions: answer directly.
Hard questions:
partial or failed, explicitly state the result is incomplete and identify the missing slices.[hard-query: subagents=yes|no, answer=complete|partial]Images in parsed markdown (e.g. ) are relative to the markdown file's directory inside hybrid_auto/. Load with read_file for visual analysis.