소스 정보
- 저장소
- ccwq/infocard-pub
- 최근 소스 활동
- 2026년 8월 20일 06:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ccwq/infocard-pub --skill infocard-theme-validation명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | infocard-theme-validation |
| description | Use when changing infocard theme CSS or pushing docs. |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| metadata | {"hermes":{"tags":["infocard","theme","validation","verification"],"related_skills":["infocard-crayon-style","web-visual-acceptance","pkwork"]}} |
Use when modifying an infocard-*-style theme HTML/CSS or pushing theme-driven docs updates to infocard-pub. Loads after the active theme skill (infocard-crayon-style etc.) to enforce the user-mandated verification chain. Do not skip a step; do not treat any subset as "complete".
theme/crayon.html) and one or more docs/<slug>.html targetshttps://<user>.github.io/<repo>/docs/<slug>.html)theme/. Docs HTMLs are out of scope unless the user explicitly approves the theme-to-docs regression sweep.card-num / card-stripe / card-body getBoundingClientRect at both viewports. Required tolerances:
card-num.right - card-stripe.left ≈ 4px, card-num is .skill-card direct childscore + critical/major/minor list. Failing to produce this means the change is NOT done.Image.open(screenshot).getpixel((0,0)) etc. must equal the theme background RGB.card-num and card-stripe are direct children of .skill-card. Inline overrides (left:72px, font-size:10.5px, padding-bottom:18px, min-height:0) are forbidden except for the special deprecation card where left:96px replaces left:72px.html,body{margin:0;padding:0} and *,*::before,*::after{box-sizing:border-box} must be present so external pages do not reintroduce white margins.sleep 25 then curl -fsS for each affected slug; must be 200; key CSS substrings (grid-template-columns:100px, left:96px, padding:0 32px, mobile 72px / 68px) must be findable in the served HTML.npm run verify and npm run check-leak pass.The user treats a change as complete only when all nine checks are green. Reporting "PASS" with only 1–8 satisfied and visual review pending is treated as a defect. After any user-visible theme change, the docs regression sweep must be planned with pkwork (3 roles, ≤4 rounds, theme demo unchanged unless explicitly authorized).
| Symptom | Cause | Fix |
|---|---|---|
| White border at top/left/right | html, body default margin or fixed-width .poster-shell | Force html,body{margin:0} and width:100% |
| Numbers cluster on the right side | card-num nested inside card-body | Move card-num out as a direct sibling of .skill-card |
| Numbers and vertical line touch | Grid column too narrow / padding-right too small | Use the exact values in the active theme skill's references file |
| Number not vertically centered | align-self: start left over from earlier revisions | Set align-self: center |
| Mobile shows small chip-sized numbers | Earlier font-size:10.5px override still in CSS or inline style | Delete the override; trust the theme's .card-num rule |
| GitHub Pages still shows old version | Cache | Wait 25–60 s after push; re-check with curl |
| Theme looks like a plain long article, not an infocard | Hero / section / card / grid skeleton lost during content rewrite | Rebuild the theme skeleton first, then reflow content into section blocks and cards |
| Bulk rewrite gets trapped by approval or partial overwrite | Replacing a large HTML subtree in one shot | Split into small, reviewable patches; verify file integrity after each step |
| Template edits break structure | Patching paginated/partial reads or matching mid-block CSS | Re-read the full file before large replacements; patch only stable anchors |
infocard-crayon-style → references/poster-visual-principles.md (R6 visual + geometry rules)web-visual-acceptance (qa) — broader acceptance framework; this skill is the theme-specific enforcementpkwork (software-development) — required for any multi-doc theme regression sweepreferences/20260728-theme-rebuild-pitfalls.md — this session's darkblue skeleton-loss and safe patching notes