funasr-task-manager-reset-test-db

Reset the funasr-task-manager local database and storage directories.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/wangminle/funasr-task-manager --skill funasr-task-manager-reset-test-db
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: funasr-task-manager-reset-test-db
Source: https://github.com/wangminle/funasr-task-manager/tree/main/6-skills/funasr-task-manager-reset-test-db
Command: npx skills add https://github.com/wangminle/funasr-task-manager --skill funasr-task-manager-reset-test-db

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, sqlite3, and includes scripts (resource) components.

What problem does it solve?

This Skill helps in resetting the funasr-task-manager local database and storage to a clean state, essential for testing purposes and when user requests to clear tasks/data/uploads.

Core Features & Use Cases

  • Database Reset: Provides an interface to reset the local database and storage for a clean test environment.
  • Selective Cleaning: Allows clearing specific directories like 'results', 'temp', or 'uploads', based on user needs.
  • Use Case: Before running automated tests, users can initiate this Skill to ensure the database and associated storage directories are in a pristine state.

Quick Start

Reset the funasr-task-manager local database for testing.

Frequently Asked Questions about funasr-task-manager-reset-test-db

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reset a local sqlite3 database to a clean state for automated testing?

To reset a local sqlite3 database for automated testing, this Skill clears the database and associated storage directories, ensuring a pristine test environment before running tests.

Can I selectively clean specific directories like temp and uploads instead of a full database reset?

Yes, this Skill supports selective cleaning of specific directories like 'results', 'temp', or 'uploads' based on your needs, rather than always performing a full database reset.

Do I need a Python environment to run database reset scripts for local testing?

Yes, a Python environment with the sqlite3 dependency is required to execute the local database reset and file cleaning operations.

What's the best way to clear tasks and data uploads before running test suites?

The best way to clear tasks and data uploads is to initiate this database reset Skill, which clears the local database and storage directories to ensure a clean state for testing.

Why does my local test environment still have old data after clearing the database?

Old data persists because a database reset alone may not clear associated storage directories; you must also clean specific folders like 'results', 'temp', and 'uploads' to fully reset the environment.