Skip to content

Commit 7209183

Browse files
committed
Add targeted mini-sprint service pages
1 parent 7d4943b commit 7209183

5 files changed

Lines changed: 135 additions & 3 deletions

File tree

pages/ai-code-cleanup-service.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!doctype html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta
7+
name="description"
8+
content="AI가 만든 취약한 TypeScript, Next.js, Python, SQL 코드를 작은 검증 가능한 단위로 정리하는 유료 미니 스프린트."
9+
/>
10+
<title>AI Code Cleanup Mini-Sprint</title>
11+
<link rel="canonical" href="https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/ai-code-cleanup-service.html" />
12+
<link rel="stylesheet" href="../shared.css" />
13+
</head>
14+
<body>
15+
<main class="usecase">
16+
<nav class="topnav">
17+
<a href="../index.html">Agent Ops</a>
18+
<a href="../service.html">유료 미니 스프린트</a>
19+
<a href="../generator.html">무료 생성기</a>
20+
</nav>
21+
<article>
22+
<p class="eyebrow">Paid Mini-Sprint</p>
23+
<h1>AI가 만든 코드를 운영 가능한 형태로 정리하기</h1>
24+
<p class="lead">
25+
작동은 하지만 구조가 불안한 AI 생성 코드를 읽고, 실제 계약과 단일 책임을 맞춘 뒤 검증 가능한 작은 패치나 handoff로 정리합니다.
26+
</p>
27+
<h2>Best Fit</h2>
28+
<ul>
29+
<li>TypeScript, Next.js, Node, Python, SQL 기반 작은 코드 경로</li>
30+
<li>중복된 판단 로직이나 ad-hoc guard가 많은 구현</li>
31+
<li>테스트나 재현 조건 없이 급하게 붙인 AI 생성 코드</li>
32+
<li>큰 리라이트 전, 어디부터 잘라야 할지 모르는 상태</li>
33+
</ul>
34+
<h2>Output</h2>
35+
<p class="lead">Small patch, review note, or implementation-ready cleanup plan depending on repo access and scope.</p>
36+
<div class="cta-row">
37+
<a class="button" href="https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=paid-sprint.yml">코드 정리 요청</a>
38+
<a class="button secondary" href="../service.html">전체 서비스 보기</a>
39+
</div>
40+
</article>
41+
</main>
42+
</body>
43+
</html>

pages/pr-risk-review-service.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!doctype html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta
7+
name="description"
8+
content="작은 유료 PR 리스크 리뷰. 칭찬보다 버그, 회귀, 보안, 누락 테스트를 먼저 찾아 file/line 근거로 정리합니다."
9+
/>
10+
<title>PR Risk Review Mini-Sprint</title>
11+
<link rel="canonical" href="https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/pr-risk-review-service.html" />
12+
<link rel="stylesheet" href="../shared.css" />
13+
</head>
14+
<body>
15+
<main class="usecase">
16+
<nav class="topnav">
17+
<a href="../index.html">Agent Ops</a>
18+
<a href="../service.html">유료 미니 스프린트</a>
19+
<a href="../generator.html">무료 생성기</a>
20+
</nav>
21+
<article>
22+
<p class="eyebrow">Paid Mini-Sprint</p>
23+
<h1>작은 PR을 리스크 중심으로 리뷰하기</h1>
24+
<p class="lead">
25+
public PR이나 안전하게 공유 가능한 diff를 대상으로 버그, 회귀, 권한/데이터 경계, 누락 테스트를 먼저 봅니다.
26+
</p>
27+
<h2>Review Format</h2>
28+
<ul>
29+
<li>심각도 순서의 finding</li>
30+
<li>가능하면 파일/라인 근거</li>
31+
<li>실패 조건과 재현 관점</li>
32+
<li>테스트나 검증에서 빠진 부분</li>
33+
</ul>
34+
<h2>Starter Budget</h2>
35+
<p class="lead">$30-$150 equivalent depending on PR size and risk.</p>
36+
<div class="cta-row">
37+
<a class="button" href="https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=paid-sprint.yml">PR 리뷰 요청</a>
38+
<a class="button secondary" href="../service.html">전체 서비스 보기</a>
39+
</div>
40+
</article>
41+
</main>
42+
</body>
43+
</html>
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!doctype html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta
7+
name="description"
8+
content="작은 유료 프로덕션 버그 트리아지 서비스. 프론트/API/DB/런타임 증거를 나눠 원인과 다음 조치를 정리합니다."
9+
/>
10+
<title>Production Bug Triage Mini-Sprint</title>
11+
<link rel="canonical" href="https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/production-bug-triage-service.html" />
12+
<link rel="stylesheet" href="../shared.css" />
13+
</head>
14+
<body>
15+
<main class="usecase">
16+
<nav class="topnav">
17+
<a href="../index.html">Agent Ops</a>
18+
<a href="../service.html">유료 미니 스프린트</a>
19+
<a href="../generator.html">무료 생성기</a>
20+
</nav>
21+
<article>
22+
<p class="eyebrow">Paid Mini-Sprint</p>
23+
<h1>프로덕션 버그를 추측 말고 증거로 좁히기</h1>
24+
<p class="lead">
25+
공개 repo, 재현 단계, 안전하게 가린 로그를 바탕으로 프론트/API/DB/런타임 경로를 나눠 원인을 좁히고 다음 조치를 정리합니다.
26+
</p>
27+
<h2>Typical Output</h2>
28+
<ul>
29+
<li>현재 증상과 영향 범위 요약</li>
30+
<li>가장 가능성 높은 원인과 반증해야 할 항목</li>
31+
<li>확인해야 할 파일, 엔드포인트, 로그, 데이터 경로</li>
32+
<li>작은 패치 방향 또는 구현자용 handoff</li>
33+
</ul>
34+
<h2>Starter Budget</h2>
35+
<p class="lead">$30-$75 equivalent for a first triage note. Larger fixes are quoted after context.</p>
36+
<div class="cta-row">
37+
<a class="button" href="https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=paid-sprint.yml">트리아지 요청</a>
38+
<a class="button secondary" href="../service.html">전체 서비스 보기</a>
39+
</div>
40+
</article>
41+
</main>
42+
</body>
43+
</html>

service.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ <h1>Paid Agent Ops Mini-Sprints</h1>
193193
<section>
194194
<h2>Best Fit</h2>
195195
<div class="grid">
196-
<div class="cell"><strong>Bug triage</strong>프론트/API/DB/런타임 증거를 나눠 원인을 좁힙니다.</div>
197-
<div class="cell"><strong>AI-code cleanup</strong>AI가 만든 취약한 구현을 작은 검증 가능한 단위로 정리합니다.</div>
198-
<div class="cell"><strong>PR risk review</strong>칭찬보다 버그, 회귀, 누락 테스트를 먼저 찾습니다.</div>
196+
<div class="cell"><strong><a href="pages/production-bug-triage-service.html">Bug triage</a></strong>프론트/API/DB/런타임 증거를 나눠 원인을 좁힙니다.</div>
197+
<div class="cell"><strong><a href="pages/ai-code-cleanup-service.html">AI-code cleanup</a></strong>AI가 만든 취약한 구현을 작은 검증 가능한 단위로 정리합니다.</div>
198+
<div class="cell"><strong><a href="pages/pr-risk-review-service.html">PR risk review</a></strong>칭찬보다 버그, 회귀, 누락 테스트를 먼저 찾습니다.</div>
199199
<div class="cell"><strong>Deploy smoke</strong>배포 성공 표시와 실제 운영 정상 상태를 분리합니다.</div>
200200
<div class="cell"><strong>Automation scope</strong>GitHub, 문서, API, 프롬프트 기반 업무를 작은 자동화로 좁힙니다.</div>
201201
<div class="cell"><strong>Handoff notes</strong>다음 사람이 이어서 실행할 수 있는 증거와 명령을 남깁니다.</div>

sitemap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
<url><loc>https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/deploy-smoke.html</loc></url>
99
<url><loc>https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/code-review.html</loc></url>
1010
<url><loc>https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/data-correction.html</loc></url>
11+
<url><loc>https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/production-bug-triage-service.html</loc></url>
12+
<url><loc>https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/ai-code-cleanup-service.html</loc></url>
13+
<url><loc>https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/pr-risk-review-service.html</loc></url>
1114
</urlset>

0 commit comments

Comments
 (0)