Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
AICincy
GitHub 제작자 프로필

AICincy

2개 GitHub 저장소에서 수집된 36개 skills를 저장소 단위로 보여줍니다.

수집된 skills
36
저장소
2
업데이트
2026-07-02
저장소 탐색

저장소와 대표 skills

jcstream-stylesheet-author
웹 개발자

Use when editing web/static/style.css in the JCStream project. Covers the light-theme token system (--bg/--fg/--accent), the 10-tier .tier-F1…MM ladder palette, .ladder-* cells, body.is-table table-mode rules, content-visibility, mobile breakpoint at 720px, and the print at-rule. Trigger phrases: "restyle the cards", "fix the tier colors", "make the hero bigger", "add a CSS rule", "edit the stylesheet", "tweak the lightbox", "fix the table view", "recolor the F3 chip", "tune the print layout".

2026-07-02
jcstream-a11y-auditor
웹·디지털 인터페이스 디자이너

Use when auditing JCStream for accessibility — WCAG AA color contrast on the light theme, ARIA correctness (aria-current/aria-pressed/aria-modal/role=…), keyboard navigation, focus ring, tab order, alt text, screen-reader-only content, reduced-motion. The new light theme retired the dark theme's hand-tuned contrast tokens, so contrast must be verified empirically rather than assumed from tokens. Trigger phrases: "accessibility audit", "a11y", "a11y review", "WCAG check", "ARIA", "ARIA check", "screen reader", "contrast issue", "color contrast", "focus ring", "keyboard nav", "alt text".

2026-07-02
jcstream-build-helper-author
소프트웨어 개발자

Use when adding or modifying Python helper functions in web/build.py, web/classify.py, or web/shape.py that compute values for Jinja templates in the JCStream project. Covers the env.globals registration pattern (in web/build.py), the Inmate/Snapshot models, the _DEGREE_RE / _CHAPTER_LABEL / _OFFENSE_CATEGORY maps (now in web/classify.py), and the snapshot-shape helpers (now in web/shape.py). Trigger phrases: "add a helper for X", "compute Y per inmate", "expose Z to templates", "register a Jinja global", "compute bond/tier/category for inmate", "categorize this ORC code".

2026-05-19
jcstream-template-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when reviewing the JCStream presentation layer — Jinja templates in `web/templates/*.html`, the RSS feed `web/templates/feed.xml`, the XSLT stylesheet `web/static/feed.xsl`, and the no-required-JS enhancement script `web/static/main.js`. Covers XSS-safe escaping (every `{{ }}` and `|safe`), inline JSON-LD shape, RSS validity, semantic HTML structure, XSLT correctness, progressive-enhancement contract (lightbox / filter / tier-tooltip degrade without JS), and third-party-script hygiene (none allowed per FCRA). **Read-only** — produces a finding report and hands fixes off to `jcstream-template-author` / `jcstream-a11y-auditor` / `jcstream-legal-copy-author`. Trigger phrases: "review the templates", "review inmate.html", "review the homepage", "check the RSS feed", "review the JSON-LD", "schema.org review", "review main.js", "review the filter JS", "review the lightbox", "audit the feed.xsl", "template code review", "XSS check", "Jinja escape audit".

2026-05-19
jcstream-code-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when conducting a full code review of a JCStream PR, branch, or the whole repo. Orchestrator that fans out to the four language / domain reviewers in parallel — `jcstream-python-reviewer` (55.6% of code), `jcstream-template-reviewer` (29.3%), `jcstream-css-reviewer` (15.1%), `jcstream-security-reviewer` (cross-cutting compliance) — collects their findings, dedupes by file+line, ranks by severity, and emits a single PR-comment-ready consolidated review. **Read-only** — produces a single merged report; the underlying reviewers each produce their own per-domain reports as the trace. Trigger phrases: "code review", "review the whole project", "PR review", "review my changes", "review this branch", "review the diff", "full audit", "review everything", "comprehensive code review", "review PR".

2026-05-19
jcstream-css-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when reviewing `web/static/style.css` for code-quality issues distinct from rendered accessibility. Covers dead rules, cascade conflicts, duplicate / self-overriding declarations, 10-tier ladder consistency (`.tier-F1`–`.tier-MM`, `.ladder-F1`–`.ladder-MM`), `body.is-table` table-mode parity, mobile breakpoint hand-offs (720px is the primary, 1024px / 1080px / 540px are secondary), content-visibility correctness, print at-rule completeness, unused CSS custom properties, hex duplication vs token use, and reduced-motion scope. **Read-only** — produces a finding report and hands fixes off to `jcstream-stylesheet-author` for code edits or `jcstream-a11y-auditor` for rendered-contrast / ARIA-affecting findings. Trigger phrases: "review the stylesheet", "audit style.css", "check the cascade", "review the print rules", "review the responsive breakpoints", "CSS code review", "find dead CSS", "find duplicate selectors", "review the tier ladder palette".

2026-05-19
jcstream-python-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when reviewing Python code in the JCStream project — `scraper/*.py`, `web/build.py`, `web/classify.py`, `web/shape.py`, `tests/*.py`. Covers type hints, error handling at boundaries only (per CLAUDE.md), regex anchoring (post-`_DEGREE_RE` regression class), security (subprocess, requests `verify=`, eval/exec), dependency footprint, concurrency / thread safety in the sweep loop, stdlib idioms, dead code, and the project's no-print logging convention. **Read-only** — produces a finding report, hands fixes off to the relevant author skill. Trigger phrases: "review the python code", "review the scraper", "review web/build.py", "review classify.py", "audit the test suite", "code review the python", "lint check python", "type check the build helpers", "regex review", "thread-safety review", "python security review".

2026-05-19
jcstream-scraper-author
소프트웨어 개발자

Use when modifying or extending data pullers in scraper/ — HCSO inmate roster (sweep.py), Cincinnati Open Data feeds (cfs.py, cfs_pdi.py, shootings.py, open_data_feeds.py), the courtclerk URL helpers, PRA email loop. Covers rate-limit budget, sweep health guards (sweep_guards.py: 50% floor, 10% error ceiling, detail watchdog, photo prune), atomic write to data/current.json, and the 30-min cron in .github/workflows/sweep.yml. Trigger phrases: "add a new data feed", "add an Open Data feed", "Socrata pull", "fix the HCSO scraper", "fix the sweep cron", "tune the sweep guard", "tune detail watchdog", "raise/lower roster guard", "PRA email loop", "courtclerk link helper", "photo prune skipped", "rate-limit", "sweep wall-clock".

2026-05-19
이 저장소에서 수집된 skills 22개 중 상위 8개를 표시합니다.
zone-audit
소프트웨어 개발자

Run the full TIGER defect audit pipeline for a MetroNow service zone — fetch from Overpass, classify defects, analyze history, generate reports.

2026-05-10
ground-truth-diff
소프트웨어 개발자

Diff OSM geometry and attributes against TIGER/Line 2024 to identify import drift, new roads, and name-field artifacts in MetroNow zones.

2026-05-10
maproulette-challenge
소프트웨어 개발자

Generate a MapRoulette challenge from scan results for defect classes with high false-positive rates. Creates GeoJSON tasks constrained to MetroNow zone polygons.

2026-05-10
tiger-history-deep
소프트웨어 개발자

Deep revision history analysis for specific OSM ways — fetches full version history from OSM API v0.6, identifies import bot vs human edits, classifies review status with confidence scores.

2026-05-10
changeset-submit
소프트웨어 개발자

Submit corrections to OSM API v0.6 with full community compliance — proper changeset tags, size limits, rate-limit awareness, and dry-run support.

2026-05-10
metronow-explainer
기술 작가

Decompress MetroNow docs so future-you (and fresh AI sessions) can pick the project back up cold without re-deriving everything. Use when the user says docs are confusing, plain, dense, hard to follow, missing context, jargon-heavy, jump straight to conclusions, or are hard to come back to after time away; asks why something is the way it is; says they can't tell what a term means; asks for a walkthrough, explainer, primer, or context refresher; says a section assumes too much; or wants visual aids. Diagnoses missing-middle gaps (undefined jargon, unstated WHY, skipped bridge steps, prose where a picture is needed) and rewrites sections using a fixed template — definition first, then bridge steps, then a load-bearing diagram, then code citations. Outputs to docs/explainers/<topic>.md or in-place edits. No VitePress, no static-site generator — just markdown that GitHub renders.

2026-05-10
metronow-code-review
소프트웨어 품질 보증 분석가·테스터

Unified code review and audit standards for the MetroNow Atlas TIGER Audit Console (https://github.com/AICincy/MetroNow.git). Use this skill when auditing any code in the MetroNow project, doing a PR review, checking code quality, validating accessibility, reviewing Docker config, or when someone asks "review this code," "audit the frontend," "check my PR," "what's wrong with this file," or "does this meet our standards." The codebase is vanilla JavaScript (IIFE pattern, no framework), single-file HTML with inline CSS/JS, IBM Plex typography, Leaflet maps, and an Express.js backend on port 3000 that shells out to the Python `osm` CLI. Covers JS, HTML, CSS, and Dockerfile review with severity-classified findings.

2026-05-09
metronow-dockerfile-review
소프트웨어 품질 보증 분석가·테스터

Code review and quality standards for MetroNow Atlas Dockerfile configuration. Use this skill when auditing Dockerfiles, docker-compose files, container configs, or when someone asks "review my Dockerfile," "is this image secure," "optimize my Docker build," or "check my compose file." The runtime is a multi-stage build producing a python:3.12-slim image with Node.js 20 layered in; the Express.js server (web/server.js) listens on port 3000 and shells out to the Python `osm` CLI. Frontend is a single HTML file served by Express. Repo: https://github.com/AICincy/MetroNow.git

2026-05-09
이 저장소에서 수집된 skills 14개 중 상위 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다