Skip to main content

dhanesh/repo2skill

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

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
48
GitHub 스타
0
GitHub 포크
0

이 저장소의 skills

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

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

Extracts a reusable code pattern from the current repo and authors a portable, validated Agent Skill. Use when you want to capture a logging setup, CI/CD pipeline, observability stack, async messaging pattern, frontend component library, feature-flag…

원문 언어: 영어

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

Regression fixture for dry-run-replay header-skip drift.

원문 언어: 영어

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

A clean skill containing a git commit SHA, a UUID, and an embedded base64 image asset — none of which are secrets and none must trip the scanner.

원문 언어: 영어

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

Sets up structured logging for a service using a configurable log level and service name. Produces a logger.config file ready for ingestion by your logging pipeline. Works with any service that reads configuration from a flat config file.

원문 언어: 영어

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

A skill that accidentally contains an AWS access key — should be caught by the scanner.

원문 언어: 영어

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

A skill containing bare base64 secrets ending in equals-sign padding, which must not evade the entropy detector.

원문 언어: 영어

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

A clean skill with no secrets or sensitive identifiers. Uses only normal configuration values and parameterized placeholders.

원문 언어: 영어

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

A skill with compound credential keys like SECRET_KEY and CLIENT_SECRET that must be matched by the generic-credential detector.

원문 언어: 영어

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

A skill with connection strings carrying embedded credentials, which must be caught and have the credential redacted.

원문 언어: 영어

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

A skill that contains a source-repo service name that should have been parameterized.

원문 언어: 영어

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

A skill with a high-entropy random base64 credential embedded — should be caught by entropy heuristic.

원문 언어: 영어

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

A skill bundling a .env file with uppercase secret keys that must be caught case-insensitively.

원문 언어: 영어

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

A skill that accidentally contains a GitHub personal access token — should be caught by the scanner.

원문 언어: 영어

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

A skill that accidentally contains a Google API key — should be caught by the scanner.

원문 언어: 영어

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

A skill that accidentally contains a 64-character hex encryption key — should be caught by the hex detector.

원문 언어: 영어

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

Fixture for scan-leaks:ignore annotation test — secret annotated with scan-leaks:ignore must be suppressed.

원문 언어: 영어

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

Fixture for scan-leaks:ignore annotation test — same secret WITHOUT annotation must be caught.

원문 언어: 영어

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

A skill that accidentally contains a JWT token — should be caught by the scanner.

원문 언어: 영어

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

A skill that accidentally contains a private key PEM block — should be caught by the scanner.

원문 언어: 영어

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

A skill whose prose describes secret handling without bundling any real credential. Use when documenting how secrets flow through a service.

원문 언어: 영어

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

A skill that accidentally bundles a real credential assignment. Use as a regression fixture to confirm the prose guard does not over-suppress real secrets.

원문 언어: 영어

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

A skill where a real high-entropy secret shares a line with an allowlisted asset reference, which must not suppress detection.

원문 언어: 영어

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

A skill that accidentally contains a Slack bot token — should be caught by the scanner.

원문 언어: 영어

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

A skill that accidentally contains a Stripe live secret key — should be caught by the scanner.

원문 언어: 영어

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

Fixture skill whose template contains a non-uppercase placeholder ({{lower_token}}) with no matching PARAMETERS.md row. Used to verify the residual-token check is independent of inner-content casing (RT-1).

원문 언어: 영어

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

Fixture skill with a placeholder in the template that has no Example value in PARAMETERS.md. Used to test residual-token detection.

원문 언어: 영어

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

Fixture skill with a placeholder in PARAMETERS.md that never appears in any template. Used to test orphan parameter detection.

원문 언어: 영어

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

Creates a pre-built monitoring dashboard wired to the standard metric names produced by the instrumentation skill. Use when you want a ready-to-use dashboard for a service that has already been instrumented with the instrumentation skill.

원문 언어: 영어

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

Adds structured metric collection stubs to a service, exporting counters and histograms under a consistent naming scheme. Use when you want to instrument a service with metrics that follow a standard naming convention so they can be consumed by a shared…

원문 언어: 영어

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

Sets up a full observability stack with instrumentation and dashboards for a service. Use when you want to add structured metrics collection and a pre-built dashboard to a new service so it is observable from day one.

원문 언어: 영어

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

A minimal but fully valid skill used as the happy-path fixture for validate-skill tests.

원문 언어: 영어

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

Skill with a concrete template file containing placeholders but no PARAMETERS.md. Use when testing that concrete templates with missing PARAMETERS.md still fail bijection.

원문 언어: 영어

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

Skill with perfectly matched template placeholders and PARAMETERS.md entries.

원문 언어: 영어

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

Skill with a PARAMETERS.md placeholder that never appears in any template.

원문 언어: 영어

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

Skill documenting a parameter whose name contains the substring Placeholder. A substring-based header skip would wrongly drop it and report it as undocumented.

원문 언어: 영어

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

Skill whose assets/templates/ contains only *.tmpl scaffolding files (uninstantiated). Use when testing bijection exclusion of .tmpl files.

원문 언어: 영어

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

Skill with a template placeholder not documented in PARAMETERS.md.

원문 언어: 영어

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

This skill references a file in references/ that does not exist.

원문 언어: 영어

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

---

원문 언어: 영어

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

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…

원문 언어: 판별 불가

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