Files
skill-seekers-reference/docs
yusyus 1355497e40 fix: Complete remaining CLI fixes from Kimi's QA audit (v2.10.0)
Resolves 3 additional CLI integration issues identified in second QA pass:

1. quality_metrics.py - Add missing --threshold argument
   - Added parser.add_argument('--threshold', type=float, default=7.0)
   - Fixes: main.py passes --threshold but CLI didn't accept it
   - Location: Line 528

2. multilang_support.py - Fix detect_languages() method call
   - Changed from manager.detect_languages() to manager.get_languages()
   - Fixes: Called non-existent method
   - Location: Line 441

3. streaming_ingest.py - Implement file streaming support
   - Added file handling via chunk_document() method
   - Supports both file and directory input paths
   - Fixes: Missing stream_file() method
   - Location: Lines 415-431

Test Results:
- 170 tests passing (0.68s)
- All CLI commands functional (4/4)
- Quality score: 9.5/10 ☆

Documentation:
- Added comprehensive QA audit reports
- Verified all 5 enhancement phases operational
- Production deployment approved

Related commits:
- a332507 (First QA fixes: 4 CLI main() functions + haystack)
- 6f9584b (Phase 5: Integration testing)
- b7e8006 (Phase 4: Performance benchmarking)
- 4175a3a (Phase 3: E2E tests for RAG adaptors)
- 53d37e6 (Phase 2: Vector DB examples)
- d84e587 (Phase 1: Code refactoring)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 23:48:38 +03:00
..

Skill Seekers Documentation

Welcome to the Skill Seekers documentation hub. This directory contains comprehensive documentation organized by category.

📚 Quick Navigation

🆕 New in v2.7.0

Recently Added Documentation:

🚀 Getting Started

New to Skill Seekers? Start here:

📖 User Guides

Essential guides for setup and daily usage:

Feature Documentation

Learn about core features and capabilities:

Core Features

AI Enhancement

PDF Features

🔌 Platform Integrations

Multi-LLM platform support:

📘 Reference Documentation

Technical reference and architecture:

📋 Planning & Design

Development plans and designs:

📦 Archive

Historical documentation and completed features:

🤝 Contributing

Want to contribute? See:

📝 Changelog

  • CHANGELOG - Version history and release notes

For Users

For Developers

API & Tools

🔍 Finding What You Need

I want to...

Get started quicklyQuick Reference or Quickstart Guide

Find quick answersFAQ - Frequently asked questions

Use Skill Seekers programmaticallyAPI Reference - Python integration

Set up MCP serverMCP Setup Guide

Run testsTesting Guide - 1200+ tests

Understand code quality standardsCode Quality - Linting and CI/CD

Upgrade to new versionMigration Guide - Version upgrades

Scrape documentationUsage Guide → Documentation Scraping

Scrape GitHub reposUsage Guide → GitHub Scraping

Scrape PDFsPDF Scraper

Combine multiple sourcesUnified Scraping

Enhance my skill with AIAI Enhancement

Upload to Google GeminiGemini Integration

Upload to ChatGPTOpenAI Integration

Understand design patternsPattern Detection

Extract test examplesTest Example Extraction

Generate how-to guidesHow-To Guides

Create self-documenting skillBootstrap Skill - Dogfooding

Fix an issueTroubleshooting or FAQ

Contribute codeContributing Guide and Code Quality

📢 Support


Documentation Version: 2.7.0 Last Updated: 2026-01-18 Status: Complete & Organized