Skip to main content

lyonzin/knowledge-rag

SkillsMP는 lyonzin/knowledge-rag에서 10개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

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

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

직업 분류
정보 보안 분석가
설명

For any security-related task — threat triage, incident response, MITRE ATT&CK mapping, CVE lookup, exploit analysis, defensive control validation, red/blue/purple team work — always consult the local corpus first. Assumes the RAG is loaded with security…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Before answering any technical question, code request, architecture decision, or factual claim, call search_knowledge to check the local corpus. Trigger on any query that could be answered with prior work, indexed docs, ADRs, runbooks, or team context.…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Every technical claim drawn from the local corpus must ship with a source citation formatted as path:line or path:section. Trigger whenever the response quotes, paraphrases, or acts on knowledge that came from a search_knowledge or get_document call. Makes…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

At the start of every new session or when the topic shifts significantly, probe the knowledge base to learn what is indexed. Calls get_index_stats + list_categories + a couple of exploratory search_knowledge queries. Prevents the agent from operating blind or…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Periodically measure the retrieval quality of the knowledge base using evaluate_retrieval (MRR@5, Recall@5, Precision@5) plus get_index_stats for health metrics. Run weekly, after significant reindex activity, or when the user reports declining answer…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

After making a non-obvious architectural decision, solving a novel bug, agreeing on a coding standard, or reaching a conclusion worth remembering, index it back into the knowledge base so the next occurrence is one search away. Uses add_document or…

원문 언어: 영어

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

When performing code review on a PR, diff, snippet, or "look at this change" request, first consult the corpus for related ADRs, coding standards, prior patterns, and similar files. Grounds review comments in the team's actual decisions instead of generic…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Three-step multi-tool workflow — search the corpus, fetch the most relevant document in full, then find similar documents. Use when a single search_knowledge hit is not enough because the user asked a "how does X work end to end" or "explain the pattern" or…

원문 언어: 영어

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

When the user reports a bug, error message, stack trace, unexpected behavior, or "why is this broken" question, search the corpus first for prior occurrences, known fixes, or related runbooks. Prevents re-solving problems the team already solved. Trigger on…

원문 언어: 영어

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

Only reach for external web search when the local corpus comes back empty or clearly insufficient. Forces the agent to try knowledge-rag first, then explicitly document why it needed to escalate. Prevents wasted API cost, latency, and (in air-gapped…

원문 언어: 영어

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