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

github-secops-agent

github-secops-agent에는 yu-iskw에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

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

이 저장소의 skills

build-fix
소프트웨어 개발자

Run pnpm build from the repo root and fix compile or build errors until the workspace build passes. Use after edits, when CI is red on build, or before opening a PR. Keywords: pnpm, build, TypeScript, monorepo, workspace.

2026-04-16
lint-fix
소프트웨어 개발자

Run pnpm format then pnpm lint from the repo root and fix issues until both pass. Use after edits, when CI is red on lint/format, or before opening a PR. Keywords: pnpm, format, lint, trunk, monorepo, code style.

2026-04-16
manage-adr
소프트웨어 개발자

Manage Architecture Decision Records (ADRs). Use this to initialize, create, list, and link ADRs to document architectural evolution. Requires 'adr-tools' to be installed.

2026-04-16
test-fix
소프트웨어 품질 보증 분석가·테스터

Run pnpm test from the repo root and fix failing tests or implementation until the suite passes. Use after edits, when CI is red on tests, or before opening a PR. Keywords: pnpm, test, vitest, unit tests, monorepo.

2026-04-16
postmortem
프로젝트 관리 전문가

Use at the end of a coding session to summarize outcomes, failures, inefficiencies, and root causes, then output a concise postmortem report with ranked improvements for next time. Output only in chat; do not edit project files unless the user explicitly asks. Skip nit-picks and one-off mistakes.

2026-04-16
secops-assign-copilot-to-issue
정보 보안 분석가

Assign @copilot on an existing SecOps remediation issue after policy guard—use when Project link or org policy requires Issue → Project before assignee. Uses gh issue edit; does not push branch code.

2026-04-16
secops-check-pr-checks
정보 보안 분석가

One-shot PR status check with gh—structured JSON outcome and exit codes; classify green vs failing vs pending vs blocked. Read-only on the repo. Does not loop; re-invoke on a schedule (human, Claude, or optional sub-agent). No issue comments—use secops-post-ci-nudge-comment to nudge.

2026-04-16
secops-create-remediation-issue
정보 보안 분석가

Create a SecOps remediation issue on the target repo (after policy guard). Link a GitHub Project at create time via --project (gh issue create -p); optional @copilot assign. For assign-after-Project, use secops-assign-copilot-to-issue. Uses gh issue create; does not push branch code.

2026-04-16
secops-discover-remediation-targets
정보 보안 분석가

Discover candidate repos for SecOps dependency remediation using policy (.github-secops-agent.json) and gh api. Scripts under scripts/ for Dependabot org alerts, stale repos (pushed_at), and recent activity; combine with optional jq and config. Triggers: open Dependabot alerts, repos not updated in N days, most recently pushed repos. Always github-secops-guard validate-repo before creating issues. No ghclt batch queue emitter.

2026-04-16
secops-init-config
정보 보안 분석가

Structured interview with multiple-choice options and plain-English field context: create or update .github-secops-agent.json and optional repo-root project-config.json from operator answers; then run github-secops-guard validate-config and optionally config-schema for JSON Schema. Use when bootstrapping SecOps policy, GitHub Project binding, or onboarding a repo to this orchestration layout.

2026-04-16
secops-inspect-copilot-agent-tasks
정보 보안 분석가

List or view Copilot coding agent task sessions via gh agent-task (preview CLI)—not PR merge health; use secops-check-pr-checks for PR checks. Not issue assignee @copilot; use secops-assign-copilot-to-issue. Policy guard before gh.

2026-04-16
secops-post-ci-nudge-comment
네트워크·컴퓨터 시스템 관리자

Post a nudge comment on the SecOps issue when PR checks fail or stall—continuation policy, round caps, validate-repo before gh issue comment. Does not run PR checks; use secops-check-pr-checks for one-shot status (re-invoke when needed).

2026-04-16
secops-post-remediation-evidence
정보 보안 분석가

Post remediation closeout / evidence on the SecOps issue—MVP links-only or structured summary plus orchestrator run log (format per skill conventions; not configured in JSON). Uses gh issue comment and gh api.

2026-04-16