Skip to main content

이 저장소의 skills

Abilityai/abilities - 2페이지

SkillsMP는 Abilityai/abilities에서 93개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

Abilityai/abilities

수집된 skill 93개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Commit changed skill files and close the in-progress issue — writes a traceability commit message referencing the issue number

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Groom the backlog — tag untagged issues with skill:* labels, verify priorities, surface stale in-progress work

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Plan and execute large multi-session projects. Analyzes scope, splits into ordered sessions, executes session-by-session with approval gates and state tracking.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Strategic view of the agent backlog — open issues grouped by skill, showing which areas have the most work

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Human-supervised development cycle — orchestrates roadmap → claim → autoplan → implement → commit for one skill issue

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Autonomous work loop — pick one backlog issue, execute it, close it, exit. Re-invoked by scheduler for the next.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Clone the Cornelius agent repository and guide the user to open Claude Code inside it

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Add a Testing section to a feature flow document using the standard template.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Auto-review pipeline — runs strategy, engineering, and security review in sequence and produces an implementation plan with auto-decisions. Used at the start of any In Progress issue.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Commit, push, and link to GitHub Issues

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Security audit in CSO (Chief Security Officer) mode. --diff scans branch changes only; --comprehensive scans the full codebase. Checks secrets, dependencies, auth boundaries, injection vectors, and platform-specific patterns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create or update a feature flow document for end-to-end understanding of a feature.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate and update user-facing documentation from code, feature flows, and recent changes into docs/user-docs/

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Backlog grooming — audit board coverage, detect unranked items, review priority ordering, and propose rank updates. Requires human approval before applying any changes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

End-to-end feature implementation from requirements to tests to documentation. Takes requirements file, GitHub issue, or description as input.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Initialize the dev-methodology in the current project. Scaffolds CLAUDE.md, memory files, workflow docs, and testing templates. Run once per project.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Load all project documentation into context for this session.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit codebase for refactoring candidates. Identifies complexity issues, large files/functions, code duplication, and maintainability problems. Outputs report to docs/reports/.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Cut a release — runs the pre-release checklist, bumps the version, generates release notes, creates and tags the release PR. Recommended to run after all in-dev issues are confirmed shippable.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Pre-landing code review for structural issues — SQL safety, race conditions, auth boundaries, credential exposure, scope drift, enum completeness, and test gaps. Produces a findings report with CRITICAL (block merge) and INFORMATIONAL categories.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Query GitHub Issues for roadmap priorities and status

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Perform OWASP-based security analysis of the codebase. Use when auditing code for vulnerabilities, before production deployment, or when reviewing authentication/authorization changes.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Pre-commit security validation. Scans staged/modified files for secrets, API keys, credentials, PII, and sensitive data before committing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Full dev cycle orchestrator — runs the complete pipeline for an issue from claim through PR. Orchestrates autoplan, implement, review, cso, sync-feature-flows, and commit in sequence with human approval gates.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze code changes and update affected feature flow documentation. Creates new flows for new features, updates existing flows for modified code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit and clean up repository structure. Identifies outdated docs, misplaced files, orphan configs, and test artifacts. Reports findings first and requires approval before making changes (except safe artifacts).

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Update project documentation after making changes. Updates changelog, architecture, feature flows, and requirements as needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Validate the codebase against the architectural invariants documented in architecture.md. Checks naming conventions, dependency directions, API patterns, auth enforcement, and structural rules. Run weekly or before major releases.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Check for drift in environment variable definitions across docker-compose.yml, .env.example, and the application codebase. Detects missing declarations, undocumented variables, and inconsistent defaults.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Validate a pull request against the project development methodology and generate a merge decision report.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Check for drift between schema definitions, migrations, and architecture documentation. Detects when the live schema diverges from what's documented or when migrations are out of sync with the model definitions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Orchestrate batch headless Claude Code calls - loop over inputs with clean context per iteration, collect structured results

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Create a sanitized GitHub issue from a production incident or bug. Redacts sensitive data (IPs, credentials, paths, user data) before submitting to a public or shared repo. Use after investigating an incident or when a reproducible bug is found.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Docker Compose service management over SSH. Subcommands: logs (view service logs with filtering), restart (graceful service restart), telemetry (CPU/memory/disk/container stats), cleanup (prune Docker resources, dry-run by default). Use for day-to-day…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Structured production incident investigation. Collects evidence from logs, metrics, and DB, classifies severity, and produces a root cause report. Use when something is broken in production.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Safe deployment workflow for SSH-accessible docker-compose stacks. Subcommands: update (backup→pull→rebuild→restart→validate), rollback (revert commit + optional DB restore), diagnose (health analysis). Use when deploying, rolling back, or checking deployment…

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Save the current conversation as a structured markdown file for selective history preservation. Use when a conversation is worth keeping for future reference.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Keep an ops agent's documentation current with codebase changes. Reviews recent commits in a managed codebase, analyzes operational impact (new config vars, API changes, schema changes), and proposes CLAUDE.md or skill updates. Use periodically or after a new…

원문 언어: 영어

업데이트
직업 분류
일반 사무원
설명

Create a new permanent note in the Brain vault with proper metadata

원문 언어: 영어

업데이트
직업 분류
파일 사무원
설명

Search the Brain vault for notes matching a query

원문 언어: 영어

업데이트
수집된 skill 93개 중 40개를 표시합니다.