Skip to main content
lyonzin
Profil créateur GitHub

lyonzin

Vue par dépôt de 10 skills collectés dans 1 dépôts GitHub.

skills collectés
10
dépôts
1
mis à jour
13 août 2026
explorateur de dépôts

Dépôts et skills représentatifs

rag-security-first
Analystes en sécurité de l'information

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…

13 août 2026
rag-check-first
Autres occupations informatiques

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.…

13 août 2026
rag-cite-sources
Autres occupations informatiques

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…

13 août 2026
rag-onboard-context
Autres occupations informatiques

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…

13 août 2026
rag-evaluate-quality
Scientifiques des données

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…

13 août 2026
rag-index-decisions
Autres occupations informatiques

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…

13 août 2026
rag-code-review
Analystes en assurance qualité des logiciels et testeurs

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…

13 août 2026
rag-deep-dive
Autres occupations informatiques

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…

13 août 2026
Affichage de 8 skills collectés sur 10.
1 dépôts affichés sur 1
Tous les dépôts sont affichés