Yuanbao Gaokao Score and Rank Lookup
Paste the following prompt into your AI chat to install this skill:
Please install @tencent-adm/tencent-yuanbao-gaokao-score-to-rank-lookup according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
College entrance exam candidates often need to map a score to a provincial rank, or infer an approximate score band from a rank, but one-score-one-segment data depends on province, year, and subject-track rules. Raw natural-language queries can cause mismatched province aliases, incorrect year parsing, inconsistent old/new exam subject mapping, and missing score or rank fields. This skill turns that workflow into explicit field extraction and a controlled lookup step.
How It Works
The skill extracts five fields in order: place, year, classify, score, and rank:
- Region: normalizes province names, supports aliases, common abbreviations, city-to-province mapping, and multi-province queries separated by spaces.
- Year: handles explicit years and vague expressions such as “this year” or “last year”; multiple years are space-separated.
- Subject track: uses region and year to distinguish traditional arts/sciences, 3+3, or 3+1+2 modes, then maps terms like “arts”, “science”, “physics”, and “history” to the standard category.
- Score and rank: accepts only numeric score and rank values; Chinese numerals are converted to integers.
After the key conditions are confirmed, it calls ./fetch_data.py to retrieve the relevant segment data, filters the result by the user's intent, and returns a concise answer. If score or rank is missing, it asks for the missing value first.
Boundaries
It is intended for score-to-rank or rank-to-score lookups in college entrance exam segment tables, not full admission counseling or enrollment-probability prediction. Subject-track interpretation changes across provinces and years, especially under new exam reform rules, so place, year, and classify must be read together. The document maps “this year” and “last year” to 2026 and 2025; in production use, align with the current exam year and local reporting rules.
Use Cases
- A candidate knows province, year, subject track, and score, and needs the matching provincial rank.
- A user gives a casual region, vague year, and score, and needs normalized lookup conditions for segment data.
- A user only knows the provincial rank and needs an approximate score band for region, year, and subject track.
- Comparing multiple provinces or years requires normalizing space-separated conditions such as Beijing Shanghai Guangdong or 2025 2026.
Best For
- Gaokao candidates in new or traditional exam systems who need score or rank converted into segment references.
- Parents helping students check Gaokao one-score-one-segment data and verify province, year, and subject conditions.
- Developers building college admissions Q&A who need natural-language queries converted into segment-table parameters.
- Customer support agents handling Gaokao inquiries who need to complete region, year, subject track, score, or rank fields.
Related Skills
Generate interactive teaching materials as single-file HTML with 3D animations, instant quizzes, visual metaphors, and responsive layouts.
Generates lesson plans, learning objectives, classroom activities, board designs, and assignments for teachers, with reusable templates and checklists.
Diagnoses academic, psychological, and career needs for students, teachers, and families, then generates structured reports and intervention plans.
Generate training needs, outlines, handouts, SOPs, cases, and assessments, then export Word documents and email materials.