{
    "app": {
        "name": "lighthouse-verification",
        "description": "Instructions for how to validate changes made to Lighthouse. Must invoke when making changes to Lighthouse.",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "name lighthouse-verification description Instructions for how to validate changes made to Lighthouse. Must invoke when making changes to Lighthouse. Lighthouse verification Run a subset of the unit tests like this: yarn mocha test/files/to/run Don't run \"yarn unit\" - it takes too long. Run typechecking and linter: yarn type-check yarn lint --fix Make sure to run some unit tests and the type-checker / linter after making changes. Always run yarn update:sample-json after making any change.",
    "variables": [],
    "opening_statement": "你好，我是 lighthouse-verification，Instructions for how to validate changes made to L...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=googlechrome-lighthouse-agents-skills-lighthouse-verification-skill-md"
}