apex-output-lint

Normalize application output to ASCII punctuation, single spaces, and newline rules.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/yutsukioka/un_job_application_helper --skill apex-output-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apex-output-lint
Source: https://github.com/yutsukioka/un_job_application_helper/tree/main/.agents/skills/apex-output-lint
Command: npx skills add https://github.com/yutsukioka/un_job_application_helper --skill apex-output-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill cleans and validates output formatting to meet strict e‑recruitment field constraints (single spaces, ASCII punctuation, no bullets/tabs, correct newline separation). The Skill can optionally delegate length validation to capel-fit when character limits are provided.

Core Features & Use Cases

  • Normalize punctuation to ASCII and fix spacing.
  • Remove unsupported formatting like bullets and tabs.
  • Ensure consistent newline separation between items; optional length validation via capel-fit.
  • Use Case: Final polish for CVs, cover letters, and qualification responses before submission.

Quick Start

Provide the text to be linted and let apex-output-lint return a clean, submission-ready version.

Frequently Asked Questions about apex-output-lint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I normalize document text to ASCII punctuation only for strict submission rules?

ASCII punctuation normalization converts non-ASCII characters to standard equivalents, removes unsupported formatting like bullets and tabs, and enforces single spaces to meet strict e-recruitment field constraints. This ensures your document passes automated formatting validation.

Why does my CV formatting fail e-recruitment validation with spacing and newline errors?

E-recruitment systems reject CVs containing inconsistent spacing, tabs, or incorrect newline separation. Text cleaning enforces single spaces, removes unsupported formatting elements, and standardizes newline placement between items, producing a submission-ready document that passes field validation.

What's the best way to clean application output before final submission?

Final output cleaning applies a formatting pass that normalizes punctuation to ASCII, removes bullets and tabs, enforces single spacing, and validates newline separation. This handles the final polish for CVs, cover letters, and qualification responses before submission.

Can I validate text length limits while fixing formatting compliance?

Formatting compliance and length validation can work together. The linting process normalizes spacing and punctuation, then optionally delegates character limit checks to capel-fit when limits are provided, ensuring both formatting and length constraints are satisfied.

Does output linting work for all types of application documents?

Output linting applies to final document polishing tasks across admin profiles, CVs, cover letters, and qualification responses. Any text requiring exact spacing, ASCII punctuation, and correct newline placement for e-recruitment compliance can be normalized and validated.

What formatting limitations should I check for before submitting e-recruitment documents?

E-recruitment formatting constraints require ASCII punctuation only, single spaces with no bullets or tabs, and correct newline separation between items. Documents failing these specific constraints risk rejection, so a final linting pass validates compliance before submission.