Skip to main content
flutter
GitHub 创作者资料

flutter

按仓库查看 10 个 GitHub 仓库中的 111 个已收集 skills。

已收集 skills
111
仓库
10
更新
2026年8月27日
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

definition-of-done
软件开发工程师

Mandatory checks to run before completing any task that touches md files or dart code in this repository.

2026年6月18日
add-dart-lint-validation-rule
软件开发工程师

Instructions for adding a new validation rule and CLI flag to dart_skills_lint. Use this skill when asked to create a new rule that validates aspects of skills (like frontmatter metadata).

2026年6月10日
dart-skills-lint-integration
软件开发工程师

How to integrate, update, and configure the dart_skills_lint validation tool within a repository. Make sure to use this skill whenever the user asks to update dart_skills_lint, configure skills validation tests, fix skills linter dependency drifts, verify…

2026年6月10日
notinvalid
软件开发工程师

A deliberately broken fixture used by example/README.md to show what each rule's error output looks like.

2026年6月9日
valid
软件开发工程师

Reference fixture for dart_skills_lint. Demonstrates a SKILL.md that passes every default rule: hyphen-lowercase name matching the parent directory, a properly sized description, and no other frontmatter fields that would trigger the disallowed-field check.

2026年6月9日
dart-skills-lint-setup
软件开发工程师

Use this skill when you need to set up validation for AI agent skills in a Dart project for the first time. Adds the linter as a dev_dependency, creates a configuration file, and generates a baseline for legacy repos.

2026年6月9日
dart-skills-lint-validation
软件开发工程师

Use this skill when you need to validate AI agent skills with dart_skills_lint — running the linter, interpreting failures, fixing violations, and authoring custom rules.

2026年6月9日
natural-writing
技术写作员

Contains well-defined rules for creating natural, accurate, and readable writing. Use whenever authoring longer text, like analysis documents, PR or CL descriptions, or documentation.

2026年5月12日
已展示 8 / 20 个已收集 Skill。
dart-write-documentation
未分类

Rules and formatting guidelines for writing Dart /// API documentation and doc comments. Use when documenting Dart code, writing doc comments for any Dart declaration (libraries, classes, methods, variables, etc.), or when instructed to follow the Effective…

2026年8月24日
dart-add-unit-test
软件质量保证分析师与测试员

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

2026年8月4日
api-review
软件开发工程师

Reviews the specified code against the canonical API Design guidelines. Use this skill when the user asks for an API review or to check code against API design principles.

2026年7月16日
code-documentation
软件开发工程师

Guide for writing effective code documentation, including docstrings, JSDoc, dartdoc, and implementation comments. Use this skill when writing new code, adding features, or improving existing documentation in Dart, Python, or TypeScript to ensure clarity and…

2026年7月16日
code-review
软件质量保证分析师与测试员

Performs a comprehensive, multi-step code review of pull requests or local code changes, using iterative refinement (generation, critique, synthesis) to ensure high-quality, actionable feedback. Use when you need to review code changes thoroughly.

2026年7月16日
unix-cli-best-practices
网络与计算机系统管理员

Safe, portable, and efficient command-line patterns for macOS/BSD Unix tools (grep, find, sed, awk, xargs, mdfind, pbcopy, open) and modern alternatives (ripgrep, fd). Covers common shell scripting and one-liner use cases including fast searching, text…

2026年7月16日
dart-build-cli-app
软件开发工程师

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

2026年7月14日
dart-fix-runtime-errors
软件开发工程师

Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.

2026年7月14日
已展示 8 / 14 个已收集 Skill。
已展示 8 / 13 个已收集 Skill。
run-devicelab-with-led
软件质量保证分析师与测试员

Run DeviceLab tests for Flutter PRs using LUCI's `led` CLI tool. Use when asked to run, launch, try, or deflake a post-submit or devicelab test against a PR using `led`.

2026年8月12日
engine-whats-new
软件开发工程师

Generates the "what's new" release summary and diff file for changes in the Flutter engine (//engine/src/flutter) between two releases (e.g., 3.47 vs 3.44). When to use: - Only activate when explicitly asked by the user to generate what's new in the engine,…

2026年7月22日
shepherd-prs
软件开发工程师

Automate shepherding, checking status, updating branches, and landing open PRs or approved third-party contributor PRs in the flutter/flutter repository using the gh CLI. When to use: - When you need to check the status of open PRs or shepherded third-party…

2026年7月14日
flutter-cherry-pick
软件开发工程师

How to land a formal cherry-pick of a merged PR for the flutter/flutter repo stable or beta channel. Only use for flutter/flutter landed pull requests. Only use when the cherry pick request is into "stable", "beta" or a branch that has the format with…

2026年7月14日
natural-writing
技术写作员

Contains well-defined rules for creating natural, accurate, and readable writing. Use whenever authoring longer text, like analysis documents, PR or CL descriptions, or documentation.

2026年6月8日
updating-android-sdk
软件开发工程师

Upgrades Flutter's Android SDK dependency to a new Android API version (or preview/canary release) in packages.txt, verifies CIPD tag uniqueness, and packages/uploads the binaries using create_cipd_packages.sh across macOS, Linux, and Windows. Use whenever a…

2026年6月4日
analyze-github-flake
软件质量保证分析师与测试员

Expertise in analyzing flake github issues in the flutter/flutter repository. Use when a user wants to analyze the flakiness of a specific link to a flutter github issue.

2026年6月3日
rebuilding-flutter-tool
软件开发工程师

Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.

2026年5月11日
已展示 8 / 12 个已收集 Skill。
已展示 8 / 12 个已收集 Skill。
write-technical-docs
未分类

Write or review clear, consistent, and accessible prose for Dart and Flutter developer documentation. Use for tutorials, API references, UI text, error messages, code comments, and terminology or style reviews.

2026年8月27日
contribute-blog
未分类

Create, import, edit, or review posts for the official Flutter blog at flutter.dev/blog, including metadata, media, authors, and publication checks.

2026年8月26日
format-markdown
未分类

Write or edit well-structured Markdown and MDX. Use for front matter, headings, lists, code fences, links, tables, other Markdown mechanics, and site-specific extensions. Pair with the write-technical-docs skill when changing prose.

2026年8月25日
write-dart
未分类

Write, review, or refactor correct, idiomatic Dart code. Use for Dart source, packages, snippets, tests, public APIs, documentation examples, and modern language features. Pair with the write-flutter skill for Flutter-specific concerns.

2026年8月25日
write-flutter
未分类

Write, review, or refactor idiomatic Flutter code. Use for widgets, state and architecture, lifecycle, layout, theming, accessibility, performance, and tests. Apply alongside the write-dart skill for Dart guidance.

2026年8月25日
update-whats-new
软件开发工程师

Update the whats-new page and archive old entries with changes to the website since the previous release.

2026年8月13日
data-model
软件开发工程师

Add or update a dart_mappable data model in lib/src/models/content/, including adding format validation, regenerating code, and adding tests. Use when adding a new content type or modifying an existing model's fields.

2026年6月5日
extract-to-jaspr
网页开发工程师

Extracts a part of a website and converts it to a Jaspr component. Use when you need to migrate a part of a website to Jaspr.

2026年6月5日
已展示 8 / 11 个已收集 Skill。
debugging-devtools-extensions
软件开发工程师

Guidelines and step-by-step workflow for debugging DevTools extensions locally, including stub mode, fixed-port launching, browser auto-opening, URL query parameters, target app connection, and human-in-the-loop interaction. Use when debugging or testing…

2026年8月18日
reviewing-devtools-prs
软件质量保证分析师与测试员

DevTools repository-specific PR review workflow enforcing DevTools style guidelines and common review patterns. Use when reviewing pull requests in the flutter/devtools repository.

2026年7月30日
reviewing-prs
软件质量保证分析师与测试员

General workflow for fetching, inspecting, reviewing GitHub Pull Requests using the gh CLI, drafting user-aligned review comments, and securing approval before posting. Use when asked to review a GitHub PR or pull request.

2026年7月30日
closing-obsolete-issues
软件开发工程师

Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository.

2026年4月30日
adding-changelog-entries
软件开发工程师

Use when documenting changes in CHANGELOG.md files for devtools_shared, devtools_app_shared, or devtools_extensions.

2026年4月17日
updating-package-versions
软件开发工程师

Guides updating dependency versions in published packages to avoid mono-repo resolution failures.

2026年4月17日
adding-copyright-headers
软件开发工程师

Adds copyright headers to files based on file type. Use when creating new files or when asked to verify copyright headers.

2026年4月17日
adding-release-notes
软件开发工程师

Adds user-facing change descriptions to DevTools release notes. Use when documenting improvements, fixes, or new features in the NEXT_RELEASE_NOTES.md file.

2026年4月17日
已展示 8 / 10 个已收集 Skill。
pre-push-skill
未分类

Executes the required pre-push steps for the flutter/packages repository. Call this tool immediately whenever the user asks to push, asks if the user/you are ready to push, or wants to validate their local changes are ready to become a pull request.

2026年8月27日
check-readiness
软件开发工程师

Run this skill to check if the repository is ready for new work. Use this skill whenever the user asks to "check readiness", "see if we are ready to start work", or when starting a new task in the camera_android_camerax package.

2026年8月27日
run-evals
软件质量保证分析师与测试员

Run evaluations for one, multiple, or all skills using the agent orchestration framework. Make sure to use this skill whenever the user asks to run evals, test a skill's performance, run benchmarks, or compare baseline versus with-skill execution.

2026年7月28日
dart-add-unit-test
软件质量保证分析师与测试员

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

2026年6月22日
dart-collect-coverage
软件质量保证分析师与测试员

Collect coverage using the coverage packge and create an LCOV report

2026年6月22日
dart-generate-test-mocks
软件质量保证分析师与测试员

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.

2026年6月22日
dart-run-static-analysis
软件开发工程师

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

2026年6月22日
flutter-add-integration-test
软件质量保证分析师与测试员

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integration_test package.

2026年6月22日
已展示 8 / 9 个已收集 Skill。
已展示 10 / 10 个仓库
已展示全部仓库