[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-github-code-checklist":3,"mdc--8zu32l-key":40,"related-repo-github-code-checklist":230,"related-org-github-code-checklist":281},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":35,"sourceUrl":38,"mdContent":39},"code-checklist","audit Python code for quality and security","Team code quality checklist - use for checking Python code quality, bugs, security issues, and best practices",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"github","GitHub","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fgithub.png",[12,16,19,22,25],{"name":13,"slug":14,"type":15},"Security","security","tag",{"name":17,"slug":18,"type":15},"Code Review","code-review",{"name":20,"slug":21,"type":15},"QA","qa",{"name":23,"slug":24,"type":15},"Python","python",{"name":26,"slug":27,"type":15},"Engineering","engineering",2734,"https:\u002F\u002Fgithub.com\u002Fgithub\u002Fcopilot-cli-for-beginners","2026-04-06T18:22:23.255576",null,2324,[34],"ai-ready",{"repoUrl":29,"stars":28,"forks":32,"topics":36,"description":37},[34],"Learn how to get started using the GitHub Copilot CLI!","https:\u002F\u002Fgithub.com\u002Fgithub\u002Fcopilot-cli-for-beginners\u002Ftree\u002FHEAD\u002Fsamples\u002Fskills\u002Fcode-checklist","---\nname: code-checklist\ndescription: Team code quality checklist - use for checking Python code quality, bugs, security issues, and best practices\n---\n\n# Code Checklist Skill\n\nApply this checklist when checking Python code.\n\n## Code Quality Checklist\n\n- [ ] All functions have type hints\n- [ ] No bare except clauses\n- [ ] No mutable default arguments\n- [ ] Context managers used for file I\u002FO\n- [ ] Functions are under 50 lines\n- [ ] Variable and function names follow PEP 8 (snake_case)\n\n## Input Validation Checklist\n\n- [ ] User input is validated before processing\n- [ ] Edge cases handled (empty strings, None, out-of-range values)\n- [ ] Error messages are clear and helpful\n\n## Testing Checklist\n\n- [ ] New code has corresponding pytest tests\n- [ ] Edge cases are covered\n- [ ] Tests use descriptive names\n\n## Output Format\n\nPresent findings as:\n\n```\n## Code Checklist: [filename]\n\n### Code Quality\n- [PASS\u002FFAIL] Description of finding\n\n### Input Validation\n- [PASS\u002FFAIL] Description of finding\n\n### Testing\n- [PASS\u002FFAIL] Description of finding\n\n### Summary\n[X] items need attention before merge\n```\n",{"data":41,"body":42},{"name":4,"description":6},{"type":43,"children":44},"root",[45,54,60,67,132,138,169,175,206,212,217],{"type":46,"tag":47,"props":48,"children":50},"element","h1",{"id":49},"code-checklist-skill",[51],{"type":52,"value":53},"text","Code Checklist Skill",{"type":46,"tag":55,"props":56,"children":57},"p",{},[58],{"type":52,"value":59},"Apply this checklist when checking Python code.",{"type":46,"tag":61,"props":62,"children":64},"h2",{"id":63},"code-quality-checklist",[65],{"type":52,"value":66},"Code Quality Checklist",{"type":46,"tag":68,"props":69,"children":72},"ul",{"className":70},[71],"contains-task-list",[73,87,96,105,114,123],{"type":46,"tag":74,"props":75,"children":78},"li",{"className":76},[77],"task-list-item",[79,85],{"type":46,"tag":80,"props":81,"children":84},"input",{"disabled":82,"type":83},true,"checkbox",[],{"type":52,"value":86}," All functions have type hints",{"type":46,"tag":74,"props":88,"children":90},{"className":89},[77],[91,94],{"type":46,"tag":80,"props":92,"children":93},{"disabled":82,"type":83},[],{"type":52,"value":95}," No bare except clauses",{"type":46,"tag":74,"props":97,"children":99},{"className":98},[77],[100,103],{"type":46,"tag":80,"props":101,"children":102},{"disabled":82,"type":83},[],{"type":52,"value":104}," No mutable default arguments",{"type":46,"tag":74,"props":106,"children":108},{"className":107},[77],[109,112],{"type":46,"tag":80,"props":110,"children":111},{"disabled":82,"type":83},[],{"type":52,"value":113}," Context managers used for file I\u002FO",{"type":46,"tag":74,"props":115,"children":117},{"className":116},[77],[118,121],{"type":46,"tag":80,"props":119,"children":120},{"disabled":82,"type":83},[],{"type":52,"value":122}," Functions are under 50 lines",{"type":46,"tag":74,"props":124,"children":126},{"className":125},[77],[127,130],{"type":46,"tag":80,"props":128,"children":129},{"disabled":82,"type":83},[],{"type":52,"value":131}," Variable and function names follow PEP 8 (snake_case)",{"type":46,"tag":61,"props":133,"children":135},{"id":134},"input-validation-checklist",[136],{"type":52,"value":137},"Input Validation Checklist",{"type":46,"tag":68,"props":139,"children":141},{"className":140},[71],[142,151,160],{"type":46,"tag":74,"props":143,"children":145},{"className":144},[77],[146,149],{"type":46,"tag":80,"props":147,"children":148},{"disabled":82,"type":83},[],{"type":52,"value":150}," User input is validated before processing",{"type":46,"tag":74,"props":152,"children":154},{"className":153},[77],[155,158],{"type":46,"tag":80,"props":156,"children":157},{"disabled":82,"type":83},[],{"type":52,"value":159}," Edge cases handled (empty strings, None, out-of-range values)",{"type":46,"tag":74,"props":161,"children":163},{"className":162},[77],[164,167],{"type":46,"tag":80,"props":165,"children":166},{"disabled":82,"type":83},[],{"type":52,"value":168}," Error messages are clear and helpful",{"type":46,"tag":61,"props":170,"children":172},{"id":171},"testing-checklist",[173],{"type":52,"value":174},"Testing Checklist",{"type":46,"tag":68,"props":176,"children":178},{"className":177},[71],[179,188,197],{"type":46,"tag":74,"props":180,"children":182},{"className":181},[77],[183,186],{"type":46,"tag":80,"props":184,"children":185},{"disabled":82,"type":83},[],{"type":52,"value":187}," New code has corresponding pytest tests",{"type":46,"tag":74,"props":189,"children":191},{"className":190},[77],[192,195],{"type":46,"tag":80,"props":193,"children":194},{"disabled":82,"type":83},[],{"type":52,"value":196}," Edge cases are covered",{"type":46,"tag":74,"props":198,"children":200},{"className":199},[77],[201,204],{"type":46,"tag":80,"props":202,"children":203},{"disabled":82,"type":83},[],{"type":52,"value":205}," Tests use descriptive names",{"type":46,"tag":61,"props":207,"children":209},{"id":208},"output-format",[210],{"type":52,"value":211},"Output Format",{"type":46,"tag":55,"props":213,"children":214},{},[215],{"type":52,"value":216},"Present findings as:",{"type":46,"tag":218,"props":219,"children":223},"pre",{"className":220,"code":222,"language":52},[221],"language-text","## Code Checklist: [filename]\n\n### Code Quality\n- [PASS\u002FFAIL] Description of finding\n\n### Input Validation\n- [PASS\u002FFAIL] Description of finding\n\n### Testing\n- [PASS\u002FFAIL] Description of finding\n\n### Summary\n[X] items need attention before merge\n",[224],{"type":46,"tag":225,"props":226,"children":228},"code",{"__ignoreMap":227},"",[229],{"type":52,"value":222},{"items":231,"total":280},[232,240,257,268],{"slug":4,"name":4,"fn":5,"description":6,"org":233,"tags":234,"stars":28,"repoUrl":29,"updatedAt":30},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[235,236,237,238,239],{"name":17,"slug":18,"type":15},{"name":26,"slug":27,"type":15},{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"slug":241,"name":241,"fn":242,"description":243,"org":244,"tags":245,"stars":28,"repoUrl":29,"updatedAt":256},"commit-message","generate conventional git commit messages","Generate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[246,249,250,253],{"name":247,"slug":248,"type":15},"Documentation","documentation",{"name":26,"slug":27,"type":15},{"name":251,"slug":252,"type":15},"Git","git",{"name":254,"slug":255,"type":15},"Productivity","productivity","2026-04-06T18:22:24.523855",{"slug":258,"name":258,"fn":259,"description":260,"org":261,"tags":262,"stars":28,"repoUrl":29,"updatedAt":267},"hello-world","demonstrate basic skill structure","A minimal skill example - use when learning the skill format",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[263,264],{"name":254,"slug":255,"type":15},{"name":265,"slug":266,"type":15},"Templates","templates","2026-04-06T18:22:21.970851",{"slug":269,"name":269,"fn":270,"description":271,"org":272,"tags":273,"stars":28,"repoUrl":29,"updatedAt":279},"pytest-gen","generate Python tests with pytest","Generate comprehensive pytest tests - use when generating tests, creating test suites, or testing Python code",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[274,275,276],{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},{"name":277,"slug":278,"type":15},"Testing","testing","2026-04-06T18:22:20.658824",4,{"items":282,"total":461},[283,307,325,341,355,371,385,397,409,421,437,449],{"slug":284,"name":284,"fn":285,"description":286,"org":287,"tags":288,"stars":304,"repoUrl":305,"updatedAt":306},"qdrant-horizontal-scaling","guide Qdrant horizontal scaling decisions","Diagnoses and guides Qdrant horizontal scaling decisions. Use when someone asks 'vertical or horizontal?', 'how many nodes?', 'how many shards?', 'how to add nodes', 'resharding', 'data doesn't fit', or 'need more capacity'. Also use when data growth outpaces current deployment.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[289,292,295,298,301],{"name":290,"slug":291,"type":15},"AI Infrastructure","ai-infrastructure",{"name":293,"slug":294,"type":15},"Architecture","architecture",{"name":296,"slug":297,"type":15},"Capacity Planning","capacity-planning",{"name":299,"slug":300,"type":15},"Database","database",{"name":302,"slug":303,"type":15},"Qdrant","qdrant",36978,"https:\u002F\u002Fgithub.com\u002Fgithub\u002Fawesome-copilot","2026-04-18T04:46:16.349561",{"slug":308,"name":308,"fn":309,"description":310,"org":311,"tags":312,"stars":304,"repoUrl":305,"updatedAt":324},"qdrant-indexing-performance-optimization","optimize Qdrant indexing performance","Diagnoses and fixes slow Qdrant indexing and data ingestion. Use when someone reports 'uploads are slow', 'indexing takes forever', 'optimizer is stuck', 'HNSW build time too long', or 'data uploaded but search is bad'. Also use when optimizer status shows errors, segments won't merge, or indexing threshold questions arise.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[313,316,317,320,323],{"name":314,"slug":315,"type":15},"Data Engineering","data-engineering",{"name":299,"slug":300,"type":15},{"name":318,"slug":319,"type":15},"ETL","etl",{"name":321,"slug":322,"type":15},"Performance","performance",{"name":302,"slug":303,"type":15},"2026-04-18T04:46:02.766357",{"slug":326,"name":326,"fn":327,"description":328,"org":329,"tags":330,"stars":304,"repoUrl":305,"updatedAt":340},"qdrant-memory-usage-optimization","optimize Qdrant memory usage","Diagnoses and reduces Qdrant memory usage. Use when someone reports 'memory too high', 'RAM keeps growing', 'node crashed', 'out of memory', 'memory leak', or asks 'why is memory usage so high?', 'how to reduce RAM?'. Also use when memory doesn't match calculations, quantization didn't help, or nodes crash during recovery.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[331,334,335,338,339],{"name":332,"slug":333,"type":15},"Cost Optimization","cost-optimization",{"name":299,"slug":300,"type":15},{"name":336,"slug":337,"type":15},"Observability","observability",{"name":321,"slug":322,"type":15},{"name":302,"slug":303,"type":15},"2026-04-18T04:46:01.525023",{"slug":342,"name":342,"fn":343,"description":344,"org":345,"tags":346,"stars":304,"repoUrl":305,"updatedAt":354},"qdrant-minimize-latency","minimize Qdrant query latency","Guides Qdrant query latency optimization. Use when someone asks 'search is slow', 'how to reduce latency', 'p99 is too high', 'tail latency', 'single query too slow', 'how to make search faster', or 'latency spikes'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[347,348,349,350,351],{"name":293,"slug":294,"type":15},{"name":299,"slug":300,"type":15},{"name":321,"slug":322,"type":15},{"name":302,"slug":303,"type":15},{"name":352,"slug":353,"type":15},"Search","search","2026-04-18T04:46:10.126667",{"slug":356,"name":356,"fn":357,"description":358,"org":359,"tags":360,"stars":304,"repoUrl":305,"updatedAt":370},"qdrant-monitoring-debugging","debug Qdrant production issues with metrics","Diagnoses Qdrant production issues using metrics and observability tools. Use when someone reports 'optimizer stuck', 'indexing too slow', 'memory too high', 'OOM crash', 'queries are slow', 'latency spike', or 'search was fast now it's slow'. Also use when performance degrades without obvious config changes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[361,364,367,368,369],{"name":362,"slug":363,"type":15},"Debugging","debugging",{"name":365,"slug":366,"type":15},"Monitoring","monitoring",{"name":336,"slug":337,"type":15},{"name":321,"slug":322,"type":15},{"name":302,"slug":303,"type":15},"2026-04-18T04:46:06.450784",{"slug":372,"name":372,"fn":373,"description":374,"org":375,"tags":376,"stars":304,"repoUrl":305,"updatedAt":384},"qdrant-monitoring-setup","set up Qdrant monitoring and alerting","Guides Qdrant monitoring setup including Prometheus scraping, health probes, Hybrid Cloud metrics, alerting, and log centralization. Use when someone asks 'how to set up monitoring', 'Prometheus config', 'Grafana dashboard', 'health check endpoints', 'how to scrape Hybrid Cloud', 'what alerts to set', 'how to centralize logs', or 'audit logging'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[377,378,379,380,381],{"name":290,"slug":291,"type":15},{"name":365,"slug":366,"type":15},{"name":336,"slug":337,"type":15},{"name":302,"slug":303,"type":15},{"name":382,"slug":383,"type":15},"SRE","sre","2026-04-18T04:46:05.217192",{"slug":386,"name":386,"fn":387,"description":388,"org":389,"tags":390,"stars":304,"repoUrl":305,"updatedAt":396},"qdrant-scaling-data-volume","scale Qdrant data volume","Guides Qdrant data volume scaling decisions. Use when someone asks 'data doesn't fit on one node', 'too much data', 'need more storage', 'vertical or horizontal scaling', 'tenant scaling', 'time window rotation', or 'data growth exceeds capacity'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[391,392,393,394,395],{"name":290,"slug":291,"type":15},{"name":293,"slug":294,"type":15},{"name":296,"slug":297,"type":15},{"name":299,"slug":300,"type":15},{"name":302,"slug":303,"type":15},"2026-04-18T04:46:07.684464",{"slug":398,"name":398,"fn":399,"description":400,"org":401,"tags":402,"stars":304,"repoUrl":305,"updatedAt":408},"qdrant-scaling-qps","scale Qdrant query throughput","Guides Qdrant query throughput (QPS) scaling. Use when someone asks 'how to increase QPS', 'need more throughput', 'queries per second too low', 'batch search', 'read replicas', or 'how to handle more concurrent queries'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[403,404,405,406,407],{"name":290,"slug":291,"type":15},{"name":293,"slug":294,"type":15},{"name":299,"slug":300,"type":15},{"name":321,"slug":322,"type":15},{"name":302,"slug":303,"type":15},"2026-04-18T04:46:08.905219",{"slug":410,"name":410,"fn":411,"description":412,"org":413,"tags":414,"stars":304,"repoUrl":305,"updatedAt":420},"qdrant-scaling-query-volume","scale Qdrant query volume and pagination","Guides Qdrant query volume scaling. Use when someone asks 'query returns too many results', 'scroll performance', 'large limit values', 'paginating search results', 'fetching many vectors', or 'high cardinality results'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[415,416,417,418,419],{"name":293,"slug":294,"type":15},{"name":299,"slug":300,"type":15},{"name":321,"slug":322,"type":15},{"name":302,"slug":303,"type":15},{"name":352,"slug":353,"type":15},"2026-04-18T04:46:11.371326",{"slug":422,"name":422,"fn":423,"description":424,"org":425,"tags":426,"stars":304,"repoUrl":305,"updatedAt":436},"qdrant-search-quality-diagnosis","diagnose Qdrant search quality issues","Diagnoses Qdrant search quality issues. Use when someone reports 'results are bad', 'wrong results', 'not relevant results', 'missing matches', 'recall is low', 'approximate search worse than exact', 'which embedding model', or 'quality dropped after quantization'. Also use when search quality degrades without obvious changes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[427,430,433,434,435],{"name":428,"slug":429,"type":15},"Analytics","analytics",{"name":431,"slug":432,"type":15},"Data Quality","data-quality",{"name":362,"slug":363,"type":15},{"name":302,"slug":303,"type":15},{"name":352,"slug":353,"type":15},"2026-04-18T04:46:17.579894",{"slug":438,"name":438,"fn":439,"description":440,"org":441,"tags":442,"stars":304,"repoUrl":305,"updatedAt":448},"qdrant-search-speed-optimization","optimize Qdrant search speed","Diagnoses and fixes slow Qdrant search. Use when someone reports 'search is slow', 'high latency', 'queries take too long', 'low QPS', 'throughput too low', 'filtered search is slow', or 'search was fast but now it's slow'. Also use when search performance degrades after config changes or data growth.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[443,444,445,446,447],{"name":428,"slug":429,"type":15},{"name":299,"slug":300,"type":15},{"name":321,"slug":322,"type":15},{"name":302,"slug":303,"type":15},{"name":352,"slug":353,"type":15},"2026-04-18T04:46:03.987332",{"slug":450,"name":450,"fn":451,"description":452,"org":453,"tags":454,"stars":304,"repoUrl":305,"updatedAt":460},"qdrant-search-strategies","select optimal Qdrant search strategies","Guides Qdrant search strategy selection. Use when someone asks 'should I use hybrid search?', 'BM25 or sparse vectors?', 'how to rerank?', 'results are not relevant', 'I don't get needed results from my dataset but they're there', 'retrieval quality is not good enough', 'results too similar', 'need diversity', 'MMR', 'relevance feedback', 'recommendation API', 'discovery API', 'ColBERT reranking', or 'missing keyword matches'",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[455,456,457,458,459],{"name":290,"slug":291,"type":15},{"name":428,"slug":429,"type":15},{"name":293,"slug":294,"type":15},{"name":302,"slug":303,"type":15},{"name":352,"slug":353,"type":15},"2026-04-18T04:46:18.812306",45]