Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

arch-app-services

arch-app-services에는 pekral에서 수집한 skills 56개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
56
Stars
0
업데이트
2026-06-16
Forks
0
직업 범위
직업 카테고리 9개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

automation-audit-ops
기타 컴퓨터 관련 직업

Use when you need an evidence-first, read-only inventory of every automation in this repo (GitHub Actions, Claude Code hooks/settings, MCP servers, composer scripts, the bundled CLI installer, the skills catalog, scheduler/cron) before changing any of them, classifying each as live, broken, or redundant and recommending keep/merge/cut/fix.

2026-06-16
autonomous-loops
기타 컴퓨터 관련 직업

Use when choosing how to run Claude Code autonomously on this project — from a single sequential pipeline to multi-agent DAG orchestration. A reference catalog of loop patterns anchored to this repo's real tooling (resolve-issue, autoresolve-oldest-github-issue, code-review-github, process-code-review, merge-github-pr, /loop), with composer build / composer skill-check as the quality gate between iterations.

2026-06-16
benchmark-optimization-loop
소프트웨어 개발자

Use when a goal is vague speed ("make it faster", "reduce p95", "cut query time") and you need a bounded, measured loop that promotes only verified, correctness-preserving wins instead of guessed micro-tweaks.

2026-06-16
benchmark
소프트웨어 개발자

Use when measuring performance baselines or detecting regressions before and after a change in a Laravel app — page Core Web Vitals, API latency percentiles, build/test velocity, and DB query timing, stored as git-tracked baselines for team comparison.

2026-06-16
blueprint
소프트웨어 개발자

Use when a single objective is too large for one pull request and must span multiple sessions or PRs. Turns the objective into a sequenced construction plan of 3-12 one-PR steps, each with a cold-start context brief, dependency edges, and exit criteria, then reviews it adversarially and registers it as Markdown.

2026-06-16
class-refactoring
소프트웨어 개발자

Use when refactor PHP classes to improve structure, readability, and maintainability while preserving behavior

2026-06-16
code-review-bugsnag
소프트웨어 품질 보증 분석가·테스터

Use when run code review for a Bugsnag error and publish results to the linked GitHub PR and the Bugsnag error

2026-06-16
code-review-github
소프트웨어 품질 보증 분석가·테스터

Use when perform code review for GitHub pull requests and post findings as PR comments plus a non-technical summary to every linked issue

2026-06-16
code-review-jira
소프트웨어 품질 보증 분석가·테스터

Use when run code review for JIRA issues and publish results to GitHub PR and JIRA

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

Use when senior PHP code review focused on architecture, business logic, and risk detection. Read-only.

2026-06-16
frontend-a11y
웹·디지털 인터페이스 디자이너

Use when building or reviewing accessible UI in a Laravel app — semantic Blade markup, accessible forms, keyboard navigation with Alpine, focus and live-region management for Livewire updates, contrast, and Filament accessibility.

2026-06-16
git-workflow
소프트웨어 개발자

Use when choosing a Git branching strategy or handling merge vs rebase, conflicts, stashing, undoing mistakes, and release tagging — complementing the commit/PR conventions in the git rules.

2026-06-16
mysql-patterns
데이터베이스 아키텍트

Use when designing MySQL schema features or applying advanced MySQL patterns in Laravel — upserts, JSON columns, full-text search, partitioning, replication/read-write splitting, and deadlock handling — beyond the query tuning already in the SQL rules.

2026-06-16
mysql-problem-solver
데이터베이스 아키텍트

Use when analyze real MySQL query and schema problems using code inspection, schema review, and EXPLAIN when available

2026-06-16
postgres-patterns
소프트웨어 개발자

Use when designing PostgreSQL schema features or applying advanced Postgres patterns in Laravel — GIN/BRIN/partial/covering indexes, jsonb, ON CONFLICT upserts, SKIP LOCKED queue workers, cursor pagination, RLS, and timestamptz/numeric typing — beyond the query tuning already in the SQL rules.

2026-06-16
process-code-review
소프트웨어 품질 보증 분석가·테스터

Use when processing pull request code review feedback. Finds the latest PR for a task, resolves review comments, updates review status, and triggers the next review cycle.

2026-06-16
product-capability
프로젝트 관리 전문가

Use when a PRD or product intent is clear but the implementation constraints are not — turns a vague capability ask into an engineering-ready plan that exposes invariants, interfaces, and unresolved decisions before any code is written.

2026-06-16
production-audit
소프트웨어 개발자

Use when asked whether a change or app is production-ready, what could break in production, or for a ship/block decision before a release — assess readiness from cheap local git, code, CI, and config evidence and return a scored verdict with specific fixes.

2026-06-16
analyze-problem
소프트웨어 개발자

Use when structured problem analysis for debugging, root cause identification, and breaking down complex issues before proposing solutions

2026-06-15
assignment-compliance-check
소프트웨어 개발자

Use when checking that the pull request implementation actually fulfills the business requirements stated in the linked issue or task. Returns a plain-language markdown block listing only Critical functional gaps **only when at least one gap exists**; when the implementation satisfies every stated requirement the skill returns a skip status and the calling CR wrapper embeds nothing. The block (when present) carries actionable gaps only — never lists of satisfied requirements or open questions. No local file is created and the block is not embedded in the GitHub PR comment.

2026-06-15
refactor-entry-point-to-action
소프트웨어 개발자

Use when refactoring controller, job, command, listener, or Livewire entry-point logic into a dedicated Action class while preserving behavior and response contracts.

2026-06-15
resolve-issue
소프트웨어 개발자

Use when resolving an issue from any supported tracker (GitHub, JIRA, Bugsnag). Detects the source automatically from the provided link or ID, implements a safe fix or feature, validates with tests, and creates a pull request.

2026-06-15
api-review
소프트웨어 품질 보증 분석가·테스터

Use when reviewing HTTP API design in a PR or change set — endpoints, routes, HTTP methods, status codes, idempotency, and input validation. Treats the API as a consumer-facing contract and flags resource-orientation, method-semantics, status-code, and trust-boundary violations. Read-only.

2026-06-14
article-writing
작가·저자

Use when writing articles, guides, blog posts, tutorials, newsletter issues, or other long-form content longer than a paragraph, especially when voice consistency, structure, and credibility matter. Produces polished prose in a distinctive voice derived from supplied examples or a default operator voice.

2026-06-14
autoresolve-oldest-github-issue
소프트웨어 개발자

Use when autonomously resolving the oldest open GitHub issue end-to-end. Picks the oldest open issue (optionally filtered by label, default `Resolve_by_AI`), delegates resolution to `resolve-issue`, then runs `code-review-github`, `process-code-review`, and `merge-github-pr` on the resulting pull request. Stops and reports any blocker (merge conflict, failing CI, unresolved Critical/Moderate findings) instead of force-merging.

2026-06-14
cleanup-local-branches
소프트웨어 개발자

Use when cleaning up local Git branches after origin pruning. Deletes local branches whose upstream was deleted on origin (marked gone) and local branches with no origin counterpart that have been inactive for more than six months, while always protecting the current branch and the default branches. Previews every deletion before running it.

2026-06-14
composer-update
소프트웨어 개발자

Use when analyze composer update results, detect conflicts, and summarize changelogs of updated dependencies

2026-06-14
create-issues-from-text
프로젝트 관리 전문가

Use when break down assignment into multiple structured issues

2026-06-14
create-missing-tests-in-pr
소프트웨어 품질 보증 분석가·테스터

Reads your pull request code review, verifies that all recommended test coverage is implemented in the codebase, and adds missing tests using the create-test skill. Use when a PR review already exists and missing tests must be completed with 100% coverage for current changes.

2026-06-14
create-test
소프트웨어 품질 보증 분석가·테스터

Use when create or update tests to ensure full coverage for current changes

2026-06-14
design-system
소프트웨어 개발자

Use when generating, auditing, or reviewing the visual design system of a Laravel app — Tailwind tokens, Filament theming, Blade/Livewire component consistency, and visual-polish audits.

2026-06-14
docker-patterns
소프트웨어 개발자

Use when writing or reviewing Docker and docker-compose setups for a Laravel application — multi-stage PHP-FPM images, services (nginx, MySQL, Redis, queue worker, scheduler, Vite build), healthchecks, secrets, and image hardening.

2026-06-14
e2e-testing
소프트웨어 품질 보증 분석가·테스터

Use when writing or stabilizing Playwright end-to-end browser tests against a Laravel app — but only when the project already has Playwright; otherwise defer to manual testing or Pest/Dusk.

2026-06-14
frontend-design-direction
소프트웨어 개발자

Use when the work is not just making UI function but making it feel purposeful and polished — choosing a deliberate design direction for a Laravel/Blade/Livewire/Filament interface.

2026-06-14
frontend-patterns
소프트웨어 개발자

Use when building Livewire/Blade/Alpine UI in a Laravel app — component composition, state placement, performance, forms, and loading/empty/error states.

2026-06-14
frontend-slides
웹 개발자

Use when building standalone HTML/CSS/JS presentation slide decks — self-contained single-file decks with viewport-fit layout, keyboard navigation, and browser Print-to-PDF export.

2026-06-14
laravel-security
소프트웨어 개발자

Use when building, configuring, or hardening security-sensitive Laravel features — authentication, authorization, Eloquent safety, CSRF/XSS, API security, file uploads, secrets, and production configuration. Provides condensed, copy-ready secure defaults for Laravel 11 / PHP 8.3.

2026-06-14
latency-critical-systems
소프트웨어 개발자

Use when working on latency-sensitive Laravel paths — realtime dashboards, streaming, queues, caches, or execution gateways — where p95 latency and data freshness matter.

2026-06-14
merge-github-pr
소프트웨어 개발자

Use when safely merge GitHub pull requests that are ready

2026-06-14
pr-summary
소프트웨어 개발자

Use when summarizing current PR changes for the development and product team. Analyzes all commits in the current branch, explains the purpose of changes, and produces a clear human-readable report that can be posted either as a GitHub PR comment (Markdown) or as a JIRA comment (Wiki Markup).

2026-06-14
이 저장소에서 수집된 skills 56개 중 상위 40개를 표시합니다.