원클릭으로
zil
zil에는 fluentdata-ai에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Return a concise weather forecast for a given location and (optional) date, including a one-line piece of practical advice. This is the skill the trip-planner agent invokes over A2A.
Creates a feature branch, stages all changes, commits with a conventional commit message, pushes the branch, and opens a GitHub pull request. Use at the end of every implementation task after all tests pass.
Systematic repository exploration procedure. Lists directory trees, reads key files (README, pyproject.toml, package.json, etc.), and produces a structured summary of the codebase layout. Use before planning any implementation task.
Runs the project's code formatter and linter (ruff, black, isort, etc.) and reports any remaining issues. Use before committing to ensure code style compliance.
Reads a Jira task and all linked issues, returning a structured summary including title, description, acceptance criteria, comments, linked epics, and sub-tasks. Use at the start of every planning session.
Runs the project's test suite and reports pass/fail results. Detects the test framework from the project config and runs the appropriate command. Use after every implementation change before submitting.