← Back to list

aice-gpa-calculation
by Jeromestein
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: aice-gpa-calculation description: Calculate GPA and total credits for Foreign Credential Evaluation (FCE) reports. Use when calculating course statistics, processing grade data, or validating GPA calculations in credential evaluation contexts.
AICE GPA Calculation
Calculate GPA and total credits for FCE course tables using AICE standards.
Grade Points Scale
| Grade | Points | Notes |
|---|---|---|
| A+ | 4.35 | Highest |
| A | 4.00 | |
| A- | 3.65 | |
| B+ | 3.35 | |
| B | 3.00 | |
| B- | 2.65 | |
| C+ | 2.35 | |
| C | 2.00 | |
| C- | 1.65 | |
| D+ | 1.35 | |
| D | 1.00 | |
| D- | 0.65 | |
| F / WF | 0.00 | Counts toward GPA |
| P / CR / T | — | Credit only, excluded from GPA |
Calculation Rules
GPA Formula
GPA = totalPoints / gpaCredits
totalPoints= Sum of (credits × gradePoint) for graded coursesgpaCredits= Sum of credits for graded courses only
Credit Categories
- GPA Credits: A through F grades (including WF)
- Total Credits: All valid grades including P/CR/T
- Excluded: Invalid or unrecognized grades
Grade Normalization
- Uppercase and trim all grades
- Aliases:
FAIL→F,PASS→P,CREDIT→CR
Implementation Reference
See references/gpa-rules.md for detailed implementation notes.
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon