mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
feat(versioning): framework_version markers, CI version guard, and fork update checker (#144)
* Add framework_version markers to assistant skills and implement CI version guard and update checker * Address review feedback: update ci.yml based on latest upstream, gate CI version guard to upstream repo, and remove non-ASCII characters from check_upstream_updates.py
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
framework_version: 1.0.0
|
||||
---
|
||||
|
||||
# Candidate Profile
|
||||
|
||||
<!-- SETUP: This file is populated by running /setup -->
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
framework_version: 1.0.0
|
||||
---
|
||||
|
||||
# Behavioral Profile
|
||||
|
||||
<!-- SETUP: This file is populated by running /setup -->
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
framework_version: 1.0.0
|
||||
---
|
||||
|
||||
# Writing Style Guide
|
||||
|
||||
## Critical Rules
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
framework_version: 1.0.0
|
||||
---
|
||||
|
||||
# Job Evaluation Framework
|
||||
|
||||
<!-- SETUP: Skill match areas and career goals are personalized by running /setup -->
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
framework_version: 1.0.0
|
||||
---
|
||||
|
||||
# CV Templates and Tailoring Guide
|
||||
|
||||
<!-- SETUP: Profile statements and section ordering are personalized by running /setup -->
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
framework_version: 1.0.0
|
||||
---
|
||||
|
||||
# Cover Letter Templates and Tailoring Guide
|
||||
|
||||
## Template: Custom cover.cls (XeLaTeX)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
framework_version: 1.0.0
|
||||
---
|
||||
|
||||
# Interview Preparation Guide
|
||||
|
||||
<!-- SETUP: STAR examples are personalized by running /setup based on your actual experience -->
|
||||
|
||||
@@ -5,6 +5,7 @@ description: >
|
||||
and preparing for interviews. Triggers on keywords like: job posting, job application, CV,
|
||||
cover letter, resume, interview prep, job fit, career, application, apply, ansøgning, stilling
|
||||
allowed-tools: Read, Glob, Grep, WebFetch, WebSearch, Edit, Write, AskUserQuestion
|
||||
framework_version: 1.0.0
|
||||
---
|
||||
|
||||
# Job Application Assistant
|
||||
|
||||
Reference in New Issue
Block a user