Job-search-email-system-claude mark-rejected

This skill should be used when the user wants to mark a company as rejected in their Excel job tracker (List.xlsx). Triggers on phrases like "mark [company] as rejected", "reject [company] in the tracker", "[company] rejected me", "strikethrough [company]", "update [company] to rejected", "I got rejected by [company]", "remove [company] from active", "rejected [company]", rejected [company] [role]".

install
source · Clone the upstream repo
git clone https://github.com/Mahashwetha/Job-search-email-system-claude
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Mahashwetha/Job-search-email-system-claude "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/mark-rejected" ~/.claude/skills/mahashwetha-job-search-email-system-claude-mark-rejected && rm -rf "$T"
manifest: .claude/skills/mark-rejected/SKILL.md
source content

Mark Company as Rejected

Update

List.xlsx
for a company that rejected you: set column D to
Rejected
and apply strikethrough formatting across columns A–F.

Steps

Run the bundled script at

.claude/skills/mark-rejected/scripts/mark_rejected.py
with the company name as the argument, from the project root.

The script finds all rows where column A contains the company name (case-insensitive substring match), sets column D to

Rejected
, applies strikethrough to columns A–F while preserving existing font properties, and saves the file. It handles
PermissionError
automatically via a temp copy if the file is open in Excel.

After running

Check the output — it reports the row number and company name for each row updated. If multiple unexpected rows matched, the company name was too broad. Revert any wrong rows manually in Excel (remove strikethrough, restore the original status).

The daily email will automatically show ❌ Rejected for that company on the next run.

If the script fails

Open

List.xlsx
manually, find the company row, type
Rejected
in column D, select cells A–F, open Format Cells (
Ctrl+1
), go to the Font tab, and check Strikethrough.